#1A0806

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

Shades of Black #1A0806

Tints of Black #1A0806

Color information

#1A0806 (or 0x1A0806) is unknown color: approx Black. HEX triplet: 1A, 08 and 06. RGB value is (26,8,6). Sum of RGB (Red+Green+Blue) = 26+8+6=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0806 is #E5F7F9. Grayscale: #0D0D0D. Windows color (decimal): -15071226 or 395290. OLE color: 395290.

HSL color Cylindrical-coordinate representation of color #1A0806: hue angle of 6º 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 #1A0806 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB2686-
CMYK00.690.770.90
HSL62.5%6.27%-
HSV(B)76.92%10.2%-
XYZ0.550.410.22-
YUV13.15123.96137.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 15%
R=65%
G=20%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal268600.690.770.90662.56.27
Hex1A860454D5A63e6
Octal3210601051151326766
Binary1101010001100100010110011011011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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