Shades of Black #1B0A03
Tints of Black #1B0A03
RGB
CMYK
RGB Variations
Color information
#1B0A03 (or 0x1B0A03) is known color: Black. HEX triplet: 1B, 0A and 03. RGB value is (27,10,3). Sum of RGB (Red+Green+Blue) = 27+10+3=40 (5% of max value = 765). Red value is 27 (10.94% from 255 or 67.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A03 is #E4F5FC. Grayscale: #0E0E0E. Windows color (decimal): -15005181 or 199195. OLE color: 199195.
HSL color Cylindrical-coordinate representation of color #1B0A03: hue angle of 17.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0A03 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 3 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.89 |
| HSL | 17.5º | 0.8% | 0.06% | - |
| HSV(B) | 17.5º | 0.89% | 0.11% | - |
| XYZ | 0.58 | 0.46 | 0.14 | - |
| YUV | 14.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 3 | 0 | 0.63 | 0.89 | 0.89 | 17.5 | 0.8 | 0.06 |
| Hex | 1B | A | 3 | 0 | 3F | 59 | 59 | 12 | 50 | 6 |
| Octal | 33 | 12 | 3 | 0 | 77 | 131 | 131 | 22 | 120 | 6 |
| Binary | 11011 | 1010 | 11 | 0 | 111111 | 1011001 | 1011001 | 10010 | 1010000 | 110 |
Color Harmonies of #1B0A03
Complementary color
Monochromatic Colors of #1B0A03
Black with #1B0A03
Text Example
Text Example
White with #1B0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A03; }
p { color: rgb(27,10,3); }
H1.HeaderClassName
{
color: #1B0A03;
}
.AnyTagClassName
{
color: #1B0A03;
}
</style>
background-color css
<style>
a { background-color: #1B0A03; }
a { background-color: rgb(27,10,3); }
div.DivClassName
{
background-color: #1B0A03;
}
.BgClassName
{
background-color: #1B0A03;
}
</style>
border-color css
<style>
span { border-color: #1B0A03; }
span { border-color: rgb(27,10,3); }
td.TdClassName
{
border-color: #1B0A03;
}
.TagClassName
{
border-color: #1B0A03;
}
</style>