Shades of Black #1B0603
Tints of Black #1B0603
RGB
CMYK
RGB Variations
Color information
#1B0603 (or 0x1B0603) is known color: Black. HEX triplet: 1B, 06 and 03. RGB value is (27,6,3). Sum of RGB (Red+Green+Blue) = 27+6+3=36 (4% of max value = 765). Red value is 27 (10.94% from 255 or 75% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0603 is #E4F9FC. Grayscale: #0B0B0B. Windows color (decimal): -15006205 or 198171. OLE color: 198171.
HSL color Cylindrical-coordinate representation of color #1B0603: hue angle of 7.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 #1B0603 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 6 | 3 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.89 |
| HSL | 7.5º | 0.8% | 0.06% | - |
| HSV(B) | 7.5º | 0.89% | 0.11% | - |
| XYZ | 0.53 | 0.37 | 0.13 | - |
| YUV | 11.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 3 | 0 | 0.78 | 0.89 | 0.89 | 7.5 | 0.8 | 0.06 |
| Hex | 1B | 6 | 3 | 0 | 4E | 59 | 59 | 8 | 50 | 6 |
| Octal | 33 | 6 | 3 | 0 | 116 | 131 | 131 | 10 | 120 | 6 |
| Binary | 11011 | 110 | 11 | 0 | 1001110 | 1011001 | 1011001 | 1000 | 1010000 | 110 |
Color Harmonies of #1B0603
Complementary color
Monochromatic Colors of #1B0603
Black with #1B0603
Text Example
Text Example
White with #1B0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0603; }
p { color: rgb(27,6,3); }
H1.HeaderClassName
{
color: #1B0603;
}
.AnyTagClassName
{
color: #1B0603;
}
</style>
background-color css
<style>
a { background-color: #1B0603; }
a { background-color: rgb(27,6,3); }
div.DivClassName
{
background-color: #1B0603;
}
.BgClassName
{
background-color: #1B0603;
}
</style>
border-color css
<style>
span { border-color: #1B0603; }
span { border-color: rgb(27,6,3); }
td.TdClassName
{
border-color: #1B0603;
}
.TagClassName
{
border-color: #1B0603;
}
</style>