Shades of Black #1D0600
Tints of Black #1D0600
RGB
CMYK
RGB Variations
Color information
#1D0600 (or 0x1D0600) is known color: Black. HEX triplet: 1D, 06 and 00. RGB value is (29,6,0). Sum of RGB (Red+Green+Blue) = 29+6+0=35 (4% of max value = 765). Red value is 29 (11.72% from 255 or 82.86% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0600 is #E2F9FF. Grayscale: #0C0C0C. Windows color (decimal): -14875136 or 1565. OLE color: 1565.
HSL color Cylindrical-coordinate representation of color #1D0600: hue angle of 12.41º 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 #1D0600 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.89 |
| HSL | 12.41º | 1% | 0.06% | - |
| HSV(B) | 12.41º | 1% | 0.11% | - |
| XYZ | 0.57 | 0.39 | 0.05 | - |
| YUV | 12.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 0 | 0 | 0.79 | 1 | 0.89 | 12.41 | 1 | 0.06 |
| Hex | 1D | 6 | 0 | 0 | 4F | 64 | 59 | C | 64 | 6 |
| Octal | 35 | 6 | 0 | 0 | 117 | 144 | 131 | 14 | 144 | 6 |
| Binary | 11101 | 110 | 0 | 0 | 1001111 | 1100100 | 1011001 | 1100 | 1100100 | 110 |
Color Harmonies of #1D0600
Complementary color
Monochromatic Colors of #1D0600
Black with #1D0600
Text Example
Text Example
White with #1D0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0600; }
p { color: rgb(29,6,0); }
H1.HeaderClassName
{
color: #1D0600;
}
.AnyTagClassName
{
color: #1D0600;
}
</style>
background-color css
<style>
a { background-color: #1D0600; }
a { background-color: rgb(29,6,0); }
div.DivClassName
{
background-color: #1D0600;
}
.BgClassName
{
background-color: #1D0600;
}
</style>
border-color css
<style>
span { border-color: #1D0600; }
span { border-color: rgb(29,6,0); }
td.TdClassName
{
border-color: #1D0600;
}
.TagClassName
{
border-color: #1D0600;
}
</style>