#1A0C02

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

Shades of Black #1A0C02

Tints of Black #1A0C02

Color information

#1A0C02 (or 0x1A0C02) is unknown color: approx Black. HEX triplet: 1A, 0C and 02. RGB value is (26,12,2). Sum of RGB (Red+Green+Blue) = 26+12+2=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C02 is #E5F3FD. Grayscale: #0F0F0F. Windows color (decimal): -15070206 or 134170. OLE color: 134170.

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

Color convert

RGB26122-
CMYK00.540.920.90
HSL25º85.71%5.49%-
HSV(B)25º92.31%10.2%-
XYZ0.570.490.12-
YUV15.05120.64135.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 2 (1.17% from 255) = 5%
R=65%
G=30%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2612200.540.920.902585.715.49
Hex1AC20365C5A19565
Octal32142066134132311265
Binary11010110010011011010111001011010110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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