#1A0A05

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

Shades of Black #1A0A05

Tints of Black #1A0A05

Color information

#1A0A05 (or 0x1A0A05) is unknown color: approx Black. HEX triplet: 1A, 0A and 05. RGB value is (26,10,5). Sum of RGB (Red+Green+Blue) = 26+10+5=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A05 is #E5F5FA. Grayscale: #0E0E0E. Windows color (decimal): -15070715 or 330266. OLE color: 330266.

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

Color convert

RGB26105-
CMYK00.620.810.90
HSL14.29º67.74%6.08%-
HSV(B)14.29º80.77%10.2%-
XYZ0.560.450.2-
YUV14.21122.8136.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 63.41%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=63.41%
G=24.39%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2610500.620.810.9014.2967.746.08
Hex1AA503E515Ae446
Octal32125076121132161046
Binary11010101010101111101010001101101011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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