#1A0B01

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

Shades of Black #1A0B01

Tints of Black #1A0B01

Color information

#1A0B01 (or 0x1A0B01) is unknown color: approx Black. HEX triplet: 1A, 0B and 01. RGB value is (26,11,1). Sum of RGB (Red+Green+Blue) = 26+11+1=38 (5% of max value = 765). Red value is 26 (10.55% from 255 or 68.42% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B01 is #E5F4FE. Grayscale: #0E0E0E. Windows color (decimal): -15070463 or 68378. OLE color: 68378.

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

Color convert

RGB26111-
CMYK00.580.960.90
HSL24º92.59%5.29%-
HSV(B)24º96.15%10.2%-
XYZ0.550.460.09-
YUV14.34120.47136.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 68.42%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=68.42%
G=28.95%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2611100.580.960.902492.595.29
Hex1AB103A605A185d5
Octal32131072140132301355
Binary1101010111011101011000001011010110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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