#1A0C01

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

Shades of Black #1A0C01

Tints of Black #1A0C01

Color information

#1A0C01 (or 0x1A0C01) is unknown color: approx Black. HEX triplet: 1A, 0C and 01. RGB value is (26,12,1). Sum of RGB (Red+Green+Blue) = 26+12+1=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C01 is #E5F3FE. Grayscale: #0E0E0E. Windows color (decimal): -15070207 or 68634. OLE color: 68634.

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

Color convert

RGB26121-
CMYK00.540.960.90
HSL26.4º92.59%5.29%-
HSV(B)26.4º96.15%10.2%-
XYZ0.560.480.09-
YUV14.93120.14135.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 30.77%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=66.67%
G=30.77%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2612100.540.960.9026.492.595.29
Hex1AC1036605A1a5d5
Octal32141066140132321355
Binary1101011001011011011000001011010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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