#1B0A00

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

Shades of Black #1B0A00

Tints of Black #1B0A00

Color information

#1B0A00 (or 0x1B0A00) is unknown color: approx Black. HEX triplet: 1B, 0A and 00. RGB value is (27,10,0). Sum of RGB (Red+Green+Blue) = 27+10+0=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A00 is #E4F5FF. Grayscale: #0E0E0E. Windows color (decimal): -15005184 or 2587. OLE color: 2587.

HSL color Cylindrical-coordinate representation of color #1B0A00: hue angle of 22.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB27100-
CMYK00.6310.89
HSL22.22º100%5.29%-
HSV(B)22.22º100%10.59%-
XYZ0.560.450.06-
YUV13.94120.13137.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 72.97%
GREEN value IS 10 (4.30% from 255) = 27.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.97%
G=27.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2710000.6310.8922.221005.29
Hex1BA003F645916645
Octal33120077144131261445
Binary1101110100011111111001001011001101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,10,0); }

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

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

 a { background-color: rgb(27,10,0); }

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

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

 span { border-color: rgb(27,10,0); }

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