Color Hex Logo

#1a1a1a Color Hex Gray10

#1A1A1A
(26,26,26)
29 Favorites   2 Comments

Color spaces of #1a1a1a Gray10

RGB 262626
HSL0.000.000.10
HSV10°
CMYK 0.000.000.00   0.90
XYZ0.98181.03301.1249
Yxy1.03300.31270.3290
Hunter Lab10.1637-0.54350.5524
CIE-Lab9.2634-0.0013-0.0018

#1a1a1a color RGB value is (26,26,26). #1a1a1a color name is Gray10 color.

#1a1a1a hex color red value is 26, green value is 26 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #1a1a1a hue: 0.00 , saturation: 0.00 and the lightness value of 1a1a1a is 0.10.

The process color (four color CMYK) of #1a1a1a color hex is 0.00, 0.00, 0.00, 0.90. Web safe color of #1a1a1a is #333333. Color #1a1a1a rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 00011010 00011010
Octal 32 32 32
Decimal 26 26 26
Hex 1A 1A 1A

RGB Percentages of Color #1a1a1a

%33.33
%33.33
%33.33

CMYK Percentages of Color #1a1a1a

%0
%0
%0
%90

Monochromatic Colors of #1a1a1a

#1a1a1a

#1a1a1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a1a1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a1a1a Color CSS Codes

.mybgcolor {background-color:#1a1a1a; } 
.myforecolor {color:#1a1a1a; }
.mybordercolor {border:3px solid #1a1a1a; }

#1a1a1a Text Font Color

<p style="color:#1a1a1a">Text here</p>

This sample text font color is #1a1a1a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1a1a1a Background Color

<div style="background-color:#1a1a1a">
Div content here</div>

This div background color is #1a1a1a


#1a1a1a Border Color

<div style="border:3px solid #1a1a1a">
Div here</div>

This div border color is #1a1a1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,26,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a1a1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a1a1a;
  -webkit-box-shadow: 1px 1px 3px 2px #1a1a1a;
  box-shadow:         1px 1px 3px 2px #1a1a1a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,26,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1a1a1a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1a1a1a;
  -webkit-box-shadow: 1px 1px 3px 2px #1a1a1a;
  box-shadow:         1px 1px 3px 2px #1a1a1a;">
Div content here</div>

This div box has shadow with color #1a1a1a


Comments

30 Jun 2019, 11:53 RedditorColorBoioB

the tenth gray

5 Apr 2016, 11:39 caubert

One of the best "blacks" for the eye! Definitely my favourite

Please login to write comment.