Shades of Black #1B0300
Tints of Black #1B0300
RGB
CMYK
RGB Variations
Color information
#1B0300 (or 0x1B0300) is known color: Black. HEX triplet: 1B, 03 and 00. RGB value is (27,3,0). Sum of RGB (Red+Green+Blue) = 27+3+0=30 (3% of max value = 765). Red value is 27 (10.94% from 255 or 90% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0300 is #E4FCFF. Grayscale: #090909. Windows color (decimal): -15006976 or 795. OLE color: 795.
HSL color Cylindrical-coordinate representation of color #1B0300: hue angle of 6.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0300 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 3 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.89 |
| HSL | 6.67º | 1% | 0.05% | - |
| HSV(B) | 6.67º | 1% | 0.11% | - |
| XYZ | 0.48 | 0.3 | 0.03 | - |
| YUV | 9.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 0 | 0 | 0.89 | 1 | 0.89 | 6.67 | 1 | 0.05 |
| Hex | 1B | 3 | 0 | 0 | 59 | 64 | 59 | 7 | 64 | 5 |
| Octal | 33 | 3 | 0 | 0 | 131 | 144 | 131 | 7 | 144 | 5 |
| Binary | 11011 | 11 | 0 | 0 | 1011001 | 1100100 | 1011001 | 111 | 1100100 | 101 |
Color Harmonies of #1B0300
Complementary color
Monochromatic Colors of #1B0300
Black with #1B0300
Text Example
Text Example
White with #1B0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0300; }
p { color: rgb(27,3,0); }
H1.HeaderClassName
{
color: #1B0300;
}
.AnyTagClassName
{
color: #1B0300;
}
</style>
background-color css
<style>
a { background-color: #1B0300; }
a { background-color: rgb(27,3,0); }
div.DivClassName
{
background-color: #1B0300;
}
.BgClassName
{
background-color: #1B0300;
}
</style>
border-color css
<style>
span { border-color: #1B0300; }
span { border-color: rgb(27,3,0); }
td.TdClassName
{
border-color: #1B0300;
}
.TagClassName
{
border-color: #1B0300;
}
</style>