#1A0B03

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

Shades of Black #1A0B03

Tints of Black #1A0B03

Color information

#1A0B03 (or 0x1A0B03) is unknown color: approx Black. HEX triplet: 1A, 0B and 03. RGB value is (26,11,3). Sum of RGB (Red+Green+Blue) = 26+11+3=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B03 is #E5F4FC. Grayscale: #0E0E0E. Windows color (decimal): -15070461 or 199450. OLE color: 199450.

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

Color convert

RGB26113-
CMYK00.580.880.90
HSL20.87º79.31%5.69%-
HSV(B)20.87º88.46%10.2%-
XYZ0.560.470.15-
YUV14.57121.47136.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 3 (1.56% from 255) = 7.5%
R=65%
G=27.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2611300.580.880.9020.8779.315.69
Hex1AB303A585A154f6
Octal32133072130132251176
Binary11010101111011101010110001011010101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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