Shades of Black #1D0900
Tints of Black #1D0900
RGB
CMYK
RGB Variations
Color information
#1D0900 (or 0x1D0900) is known color: Black. HEX triplet: 1D, 09 and 00. RGB value is (29,9,0). Sum of RGB (Red+Green+Blue) = 29+9+0=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0900 is #E2F6FF. Grayscale: #0E0E0E. Windows color (decimal): -14874368 or 2333. OLE color: 2333.
HSL color Cylindrical-coordinate representation of color #1D0900: hue angle of 18.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.89 |
| HSL | 18.62º | 1% | 0.06% | - |
| HSV(B) | 18.62º | 1% | 0.11% | - |
| XYZ | 0.6 | 0.46 | 0.06 | - |
| YUV | 13.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 0 | 0 | 0.69 | 1 | 0.89 | 18.62 | 1 | 0.06 |
| Hex | 1D | 9 | 0 | 0 | 45 | 64 | 59 | 13 | 64 | 6 |
| Octal | 35 | 11 | 0 | 0 | 105 | 144 | 131 | 23 | 144 | 6 |
| Binary | 11101 | 1001 | 0 | 0 | 1000101 | 1100100 | 1011001 | 10011 | 1100100 | 110 |
Color Harmonies of #1D0900
Complementary color
Monochromatic Colors of #1D0900
Black with #1D0900
Text Example
Text Example
White with #1D0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0900; }
p { color: rgb(29,9,0); }
H1.HeaderClassName
{
color: #1D0900;
}
.AnyTagClassName
{
color: #1D0900;
}
</style>
background-color css
<style>
a { background-color: #1D0900; }
a { background-color: rgb(29,9,0); }
div.DivClassName
{
background-color: #1D0900;
}
.BgClassName
{
background-color: #1D0900;
}
</style>
border-color css
<style>
span { border-color: #1D0900; }
span { border-color: rgb(29,9,0); }
td.TdClassName
{
border-color: #1D0900;
}
.TagClassName
{
border-color: #1D0900;
}
</style>