Shades of Black #1B0505
Tints of Black #1B0505
RGB
CMYK
RGB Variations
Color information
#1B0505 (or 0x1B0505) is known color: Black. HEX triplet: 1B, 05 and 05. RGB value is (27,5,5). Sum of RGB (Red+Green+Blue) = 27+5+5=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0505 is #E4FAFA. Grayscale: #0B0B0B. Windows color (decimal): -15006459 or 328987. OLE color: 328987.
HSL color Cylindrical-coordinate representation of color #1B0505: hue angle of 0º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0505 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 5 | 5 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.89 |
| HSL | 0º | 0.69% | 0.06% | - |
| HSV(B) | 0º | 0.81% | 0.11% | - |
| XYZ | 0.53 | 0.35 | 0.18 | - |
| YUV | 11.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 5 | 0 | 0.81 | 0.81 | 0.89 | 0 | 0.69 | 0.06 |
| Hex | 1B | 5 | 5 | 0 | 51 | 51 | 59 | 0 | 45 | 6 |
| Octal | 33 | 5 | 5 | 0 | 121 | 121 | 131 | 0 | 105 | 6 |
| Binary | 11011 | 101 | 101 | 0 | 1010001 | 1010001 | 1011001 | 0 | 1000101 | 110 |
Color Harmonies of #1B0505
Complementary color
Monochromatic Colors of #1B0505
Black with #1B0505
Text Example
Text Example
White with #1B0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0505; }
p { color: rgb(27,5,5); }
H1.HeaderClassName
{
color: #1B0505;
}
.AnyTagClassName
{
color: #1B0505;
}
</style>
background-color css
<style>
a { background-color: #1B0505; }
a { background-color: rgb(27,5,5); }
div.DivClassName
{
background-color: #1B0505;
}
.BgClassName
{
background-color: #1B0505;
}
</style>
border-color css
<style>
span { border-color: #1B0505; }
span { border-color: rgb(27,5,5); }
td.TdClassName
{
border-color: #1B0505;
}
.TagClassName
{
border-color: #1B0505;
}
</style>