#1A0602

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

Shades of Black #1A0602

Tints of Black #1A0602

Color information

#1A0602 (or 0x1A0602) is unknown color: approx Black. HEX triplet: 1A, 06 and 02. RGB value is (26,6,2). Sum of RGB (Red+Green+Blue) = 26+6+2=34 (4% of max value = 765). Red value is 26 (10.55% from 255 or 76.47% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0602 is #E5F9FD. Grayscale: #0B0B0B. Windows color (decimal): -15071742 or 132634. OLE color: 132634.

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

Color convert

RGB2662-
CMYK00.770.920.90
HSL10º85.71%5.49%-
HSV(B)10º92.31%10.2%-
XYZ0.50.350.1-
YUV11.52122.63138.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 76.47%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 2 (1.17% from 255) = 5.88%
R=76.47%
G=17.65%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal266200.770.920.901085.715.49
Hex1A6204D5C5Aa565
Octal32620115134132121265
Binary1101011010010011011011100101101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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