Shades of Black #1B0403
Tints of Black #1B0403
RGB
CMYK
RGB Variations
Color information
#1B0403 (or 0x1B0403) is known color: Black. HEX triplet: 1B, 04 and 03. RGB value is (27,4,3). Sum of RGB (Red+Green+Blue) = 27+4+3=34 (4% of max value = 765). Red value is 27 (10.94% from 255 or 79.41% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0403 is #E4FBFC. Grayscale: #0A0A0A. Windows color (decimal): -15006717 or 197659. OLE color: 197659.
HSL color Cylindrical-coordinate representation of color #1B0403: hue angle of 2.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 #1B0403 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 4 | 3 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.89 |
| HSL | 2.5º | 0.8% | 0.06% | - |
| HSV(B) | 2.5º | 0.89% | 0.11% | - |
| XYZ | 0.51 | 0.33 | 0.12 | - |
| YUV | 10.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 3 | 0 | 0.85 | 0.89 | 0.89 | 2.5 | 0.8 | 0.06 |
| Hex | 1B | 4 | 3 | 0 | 55 | 59 | 59 | 2 | 50 | 6 |
| Octal | 33 | 4 | 3 | 0 | 125 | 131 | 131 | 2 | 120 | 6 |
| Binary | 11011 | 100 | 11 | 0 | 1010101 | 1011001 | 1011001 | 10 | 1010000 | 110 |
Color Harmonies of #1B0403
Complementary color
Monochromatic Colors of #1B0403
Black with #1B0403
Text Example
Text Example
White with #1B0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0403; }
p { color: rgb(27,4,3); }
H1.HeaderClassName
{
color: #1B0403;
}
.AnyTagClassName
{
color: #1B0403;
}
</style>
background-color css
<style>
a { background-color: #1B0403; }
a { background-color: rgb(27,4,3); }
div.DivClassName
{
background-color: #1B0403;
}
.BgClassName
{
background-color: #1B0403;
}
</style>
border-color css
<style>
span { border-color: #1B0403; }
span { border-color: rgb(27,4,3); }
td.TdClassName
{
border-color: #1B0403;
}
.TagClassName
{
border-color: #1B0403;
}
</style>