Shades of Black #1B0704
Tints of Black #1B0704
RGB
CMYK
RGB Variations
Color information
#1B0704 (or 0x1B0704) is known color: Black. HEX triplet: 1B, 07 and 04. RGB value is (27,7,4). Sum of RGB (Red+Green+Blue) = 27+7+4=38 (5% of max value = 765). Red value is 27 (10.94% from 255 or 71.05% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0704 is #E4F8FB. Grayscale: #0C0C0C. Windows color (decimal): -15005948 or 263963. OLE color: 263963.
HSL color Cylindrical-coordinate representation of color #1B0704: hue angle of 7.83º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B0704 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 7 | 4 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.89 |
| HSL | 7.83º | 0.74% | 0.06% | - |
| HSV(B) | 7.83º | 0.85% | 0.11% | - |
| XYZ | 0.55 | 0.39 | 0.16 | - |
| YUV | 12.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 4 | 0 | 0.74 | 0.85 | 0.89 | 7.83 | 0.74 | 0.06 |
| Hex | 1B | 7 | 4 | 0 | 4A | 55 | 59 | 8 | 4A | 6 |
| Octal | 33 | 7 | 4 | 0 | 112 | 125 | 131 | 10 | 112 | 6 |
| Binary | 11011 | 111 | 100 | 0 | 1001010 | 1010101 | 1011001 | 1000 | 1001010 | 110 |
Color Harmonies of #1B0704
Complementary color
Monochromatic Colors of #1B0704
Black with #1B0704
Text Example
Text Example
White with #1B0704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0704; }
p { color: rgb(27,7,4); }
H1.HeaderClassName
{
color: #1B0704;
}
.AnyTagClassName
{
color: #1B0704;
}
</style>
background-color css
<style>
a { background-color: #1B0704; }
a { background-color: rgb(27,7,4); }
div.DivClassName
{
background-color: #1B0704;
}
.BgClassName
{
background-color: #1B0704;
}
</style>
border-color css
<style>
span { border-color: #1B0704; }
span { border-color: rgb(27,7,4); }
td.TdClassName
{
border-color: #1B0704;
}
.TagClassName
{
border-color: #1B0704;
}
</style>