#1A0B05

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

Shades of Black #1A0B05

Tints of Black #1A0B05

Color information

#1A0B05 (or 0x1A0B05) is unknown color: approx Black. HEX triplet: 1A, 0B and 05. RGB value is (26,11,5). Sum of RGB (Red+Green+Blue) = 26+11+5=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B05 is #E5F4FA. Grayscale: #0E0E0E. Windows color (decimal): -15070459 or 330522. OLE color: 330522.

HSL color Cylindrical-coordinate representation of color #1A0B05: hue angle of 17.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0B05 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB26115-
CMYK00.580.810.90
HSL17.14º67.74%6.08%-
HSV(B)17.14º80.77%10.2%-
XYZ0.570.470.2-
YUV14.8122.47135.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 11 (4.69% from 255) = 26.19%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=61.90%
G=26.19%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2611500.580.810.9017.1467.746.08
Hex1AB503A515A11446
Octal32135072121132211046
Binary110101011101011101010100011011010100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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