Shades of Black #1B0606
Tints of Black #1B0606
RGB
CMYK
RGB Variations
Color information
#1B0606 (or 0x1B0606) is known color: Black. HEX triplet: 1B, 06 and 06. RGB value is (27,6,6). Sum of RGB (Red+Green+Blue) = 27+6+6=39 (5% of max value = 765). Red value is 27 (10.94% from 255 or 69.23% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0606 is #E4F9F9. Grayscale: #0C0C0C. Windows color (decimal): -15006202 or 394779. OLE color: 394779.
HSL color Cylindrical-coordinate representation of color #1B0606: hue angle of 0º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B0606 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 6 | 6 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.89 |
| HSL | 0º | 0.64% | 0.06% | - |
| HSV(B) | 0º | 0.78% | 0.11% | - |
| XYZ | 0.55 | 0.38 | 0.22 | - |
| YUV | 12.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 6 | 0 | 0.78 | 0.78 | 0.89 | 0 | 0.64 | 0.06 |
| Hex | 1B | 6 | 6 | 0 | 4E | 4E | 59 | 0 | 40 | 6 |
| Octal | 33 | 6 | 6 | 0 | 116 | 116 | 131 | 0 | 100 | 6 |
| Binary | 11011 | 110 | 110 | 0 | 1001110 | 1001110 | 1011001 | 0 | 1000000 | 110 |
Color Harmonies of #1B0606
Complementary color
Monochromatic Colors of #1B0606
Black with #1B0606
Text Example
Text Example
White with #1B0606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0606; }
p { color: rgb(27,6,6); }
H1.HeaderClassName
{
color: #1B0606;
}
.AnyTagClassName
{
color: #1B0606;
}
</style>
background-color css
<style>
a { background-color: #1B0606; }
a { background-color: rgb(27,6,6); }
div.DivClassName
{
background-color: #1B0606;
}
.BgClassName
{
background-color: #1B0606;
}
</style>
border-color css
<style>
span { border-color: #1B0606; }
span { border-color: rgb(27,6,6); }
td.TdClassName
{
border-color: #1B0606;
}
.TagClassName
{
border-color: #1B0606;
}
</style>