#1A0C03

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

Shades of Black #1A0C03

Tints of Black #1A0C03

Color information

#1A0C03 (or 0x1A0C03) is unknown color: approx Black. HEX triplet: 1A, 0C and 03. RGB value is (26,12,3). Sum of RGB (Red+Green+Blue) = 26+12+3=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C03 is #E5F3FC. Grayscale: #0F0F0F. Windows color (decimal): -15070205 or 199706. OLE color: 199706.

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

Color convert

RGB26123-
CMYK00.540.880.90
HSL23.48º79.31%5.69%-
HSV(B)23.48º88.46%10.2%-
XYZ0.570.490.15-
YUV15.16121.14135.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 63.41%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=63.41%
G=29.27%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2612300.540.880.9023.4879.315.69
Hex1AC3036585A174f6
Octal32143066130132271176
Binary11010110011011011010110001011010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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