#1A0A06

Color #1A0A06 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #1A0A06

Tints of Black #1A0A06

Color information

#1A0A06 (or 0x1A0A06) is unknown color: approx Black. HEX triplet: 1A, 0A and 06. RGB value is (26,10,6). Sum of RGB (Red+Green+Blue) = 26+10+6=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A06 is #E5F5F9. Grayscale: #0E0E0E. Windows color (decimal): -15070714 or 395802. OLE color: 395802.

HSL color Cylindrical-coordinate representation of color #1A0A06: hue angle of 12º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0A06 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB26106-
CMYK00.620.770.90
HSL12º62.5%6.27%-
HSV(B)12º76.92%10.2%-
XYZ0.570.450.23-
YUV14.33123.3136.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=61.90%
G=23.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2610600.620.770.901262.56.27
Hex1AA603E4D5Ac3e6
Octal3212607611513214766
Binary1101010101100111110100110110110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0A06; }

 p { color: rgb(26,10,6); }

 H1.HeaderClassName
 {
   color: #1A0A06;
 }
 .AnyTagClassName
 {
   color: #1A0A06;
 }
</style>
background-color css

<style>
 a { background-color: #1A0A06; }

 a { background-color: rgb(26,10,6); }

 div.DivClassName
 {
   background-color: #1A0A06;
 }
 .BgClassName
 {
   background-color: #1A0A06;
 }
</style>
border-color css

<style>
 span { border-color: #1A0A06; }

 span { border-color: rgb(26,10,6); }

 td.TdClassName
 {
   border-color: #1A0A06;
 }
 .TagClassName
 {
   border-color: #1A0A06;
 }
</style>