Shades of Black #1B0502
Tints of Black #1B0502
RGB
CMYK
RGB Variations
Color information
#1B0502 (or 0x1B0502) is known color: Black. HEX triplet: 1B, 05 and 02. RGB value is (27,5,2). Sum of RGB (Red+Green+Blue) = 27+5+2=34 (4% of max value = 765). Red value is 27 (10.94% from 255 or 79.41% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0502 is #E4FAFD. Grayscale: #0B0B0B. Windows color (decimal): -15006462 or 132379. OLE color: 132379.
HSL color Cylindrical-coordinate representation of color #1B0502: hue angle of 7.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0502 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 5 | 2 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.89 |
| HSL | 7.2º | 0.86% | 0.06% | - |
| HSV(B) | 7.2º | 0.93% | 0.11% | - |
| XYZ | 0.52 | 0.35 | 0.1 | - |
| YUV | 11.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 2 | 0 | 0.81 | 0.93 | 0.89 | 7.2 | 0.86 | 0.06 |
| Hex | 1B | 5 | 2 | 0 | 51 | 5D | 59 | 7 | 56 | 6 |
| Octal | 33 | 5 | 2 | 0 | 121 | 135 | 131 | 7 | 126 | 6 |
| Binary | 11011 | 101 | 10 | 0 | 1010001 | 1011101 | 1011001 | 111 | 1010110 | 110 |
Color Harmonies of #1B0502
Complementary color
Monochromatic Colors of #1B0502
Black with #1B0502
Text Example
Text Example
White with #1B0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0502; }
p { color: rgb(27,5,2); }
H1.HeaderClassName
{
color: #1B0502;
}
.AnyTagClassName
{
color: #1B0502;
}
</style>
background-color css
<style>
a { background-color: #1B0502; }
a { background-color: rgb(27,5,2); }
div.DivClassName
{
background-color: #1B0502;
}
.BgClassName
{
background-color: #1B0502;
}
</style>
border-color css
<style>
span { border-color: #1B0502; }
span { border-color: rgb(27,5,2); }
td.TdClassName
{
border-color: #1B0502;
}
.TagClassName
{
border-color: #1B0502;
}
</style>