Shades of Black #1B0601
Tints of Black #1B0601
RGB
CMYK
RGB Variations
Color information
#1B0601 (or 0x1B0601) is known color: Black. HEX triplet: 1B, 06 and 01. RGB value is (27,6,1). Sum of RGB (Red+Green+Blue) = 27+6+1=34 (4% of max value = 765). Red value is 27 (10.94% from 255 or 79.41% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0601 is #E4F9FE. Grayscale: #0B0B0B. Windows color (decimal): -15006207 or 67099. OLE color: 67099.
HSL color Cylindrical-coordinate representation of color #1B0601: hue angle of 11.54º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0601 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 6 | 1 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.89 |
| HSL | 11.54º | 0.93% | 0.05% | - |
| HSV(B) | 11.54º | 0.96% | 0.11% | - |
| XYZ | 0.52 | 0.37 | 0.07 | - |
| YUV | 11.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 1 | 0 | 0.78 | 0.96 | 0.89 | 11.54 | 0.93 | 0.05 |
| Hex | 1B | 6 | 1 | 0 | 4E | 60 | 59 | C | 5D | 5 |
| Octal | 33 | 6 | 1 | 0 | 116 | 140 | 131 | 14 | 135 | 5 |
| Binary | 11011 | 110 | 1 | 0 | 1001110 | 1100000 | 1011001 | 1100 | 1011101 | 101 |
Color Harmonies of #1B0601
Complementary color
Monochromatic Colors of #1B0601
Black with #1B0601
Text Example
Text Example
White with #1B0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0601; }
p { color: rgb(27,6,1); }
H1.HeaderClassName
{
color: #1B0601;
}
.AnyTagClassName
{
color: #1B0601;
}
</style>
background-color css
<style>
a { background-color: #1B0601; }
a { background-color: rgb(27,6,1); }
div.DivClassName
{
background-color: #1B0601;
}
.BgClassName
{
background-color: #1B0601;
}
</style>
border-color css
<style>
span { border-color: #1B0601; }
span { border-color: rgb(27,6,1); }
td.TdClassName
{
border-color: #1B0601;
}
.TagClassName
{
border-color: #1B0601;
}
</style>