Shades of Black #1B0905
Tints of Black #1B0905
RGB
CMYK
RGB Variations
Color information
#1B0905 (or 0x1B0905) is known color: Black. HEX triplet: 1B, 09 and 05. RGB value is (27,9,5). Sum of RGB (Red+Green+Blue) = 27+9+5=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0905 is #E4F6FA. Grayscale: #0D0D0D. Windows color (decimal): -15005435 or 330011. OLE color: 330011.
HSL color Cylindrical-coordinate representation of color #1B0905: hue angle of 10.91º 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 #1B0905 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 9 | 5 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.89 |
| HSL | 10.91º | 0.69% | 0.06% | - |
| HSV(B) | 10.91º | 0.81% | 0.11% | - |
| XYZ | 0.58 | 0.44 | 0.2 | - |
| YUV | 13.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 5 | 0 | 0.67 | 0.81 | 0.89 | 10.91 | 0.69 | 0.06 |
| Hex | 1B | 9 | 5 | 0 | 43 | 51 | 59 | B | 45 | 6 |
| Octal | 33 | 11 | 5 | 0 | 103 | 121 | 131 | 13 | 105 | 6 |
| Binary | 11011 | 1001 | 101 | 0 | 1000011 | 1010001 | 1011001 | 1011 | 1000101 | 110 |
Color Harmonies of #1B0905
Complementary color
Monochromatic Colors of #1B0905
Black with #1B0905
Text Example
Text Example
White with #1B0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0905; }
p { color: rgb(27,9,5); }
H1.HeaderClassName
{
color: #1B0905;
}
.AnyTagClassName
{
color: #1B0905;
}
</style>
background-color css
<style>
a { background-color: #1B0905; }
a { background-color: rgb(27,9,5); }
div.DivClassName
{
background-color: #1B0905;
}
.BgClassName
{
background-color: #1B0905;
}
</style>
border-color css
<style>
span { border-color: #1B0905; }
span { border-color: rgb(27,9,5); }
td.TdClassName
{
border-color: #1B0905;
}
.TagClassName
{
border-color: #1B0905;
}
</style>