#1B0600

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

Shades of Black #1B0600

Tints of Black #1B0600

Color information

#1B0600 (or 0x1B0600) is unknown color: approx Black. HEX triplet: 1B, 06 and 00. RGB value is (27,6,0). Sum of RGB (Red+Green+Blue) = 27+6+0=33 (4% of max value = 765). Red value is 27 (10.94% from 255 or 81.82% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0600 is #E4F9FF. Grayscale: #0B0B0B. Windows color (decimal): -15006208 or 1563. OLE color: 1563.

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

Color convert

RGB2760-
CMYK00.7810.89
HSL13.33º100%5.29%-
HSV(B)13.33º100%10.59%-
XYZ0.520.360.04-
YUV11.6121.46138.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 81.82%
GREEN value IS 6 (2.73% from 255) = 18.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.82%
G=18.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal276000.7810.8913.331005.29
Hex1B6004E6459d645
Octal33600116144131151445
Binary110111100010011101100100101100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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