#1B0B00

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

Shades of Black #1B0B00

Tints of Black #1B0B00

Color information

#1B0B00 (or 0x1B0B00) is unknown color: approx Black. HEX triplet: 1B, 0B and 00. RGB value is (27,11,0). Sum of RGB (Red+Green+Blue) = 27+11+0=38 (5% of max value = 765). Red value is 27 (10.94% from 255 or 71.05% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0B00 is #E4F4FF. Grayscale: #0E0E0E. Windows color (decimal): -15004928 or 2843. OLE color: 2843.

HSL color Cylindrical-coordinate representation of color #1B0B00: hue angle of 24.44º 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 #1B0B00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB27110-
CMYK00.5910.89
HSL24.44º100%5.29%-
HSV(B)24.44º100%10.59%-
XYZ0.570.470.06-
YUV14.53119.8136.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 71.05%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.05%
G=28.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2711000.5910.8924.441005.29
Hex1BB003B645918645
Octal33130073144131301445
Binary1101110110011101111001001011001110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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