Shades of Black Pearl #001D22
Tints of Black Pearl #001D22
RGB
CMYK
RGB Variations
Color information
#001D22 (or 0x001D22) is known color: Black Pearl. HEX triplet: 00, 1D and 22. RGB value is (0,29,34). Sum of RGB (Red+Green+Blue) = 0+29+34=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #001D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D22 is #FFE2DD. Grayscale: #141414. Windows color (decimal): -16769758 or 2235648. OLE color: 2235648.
HSL color Cylindrical-coordinate representation of color #001D22: hue angle of 188.82º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D22 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 29 | 34 | - |
| CMYK | 1 | 0.15 | 0 | 0.87 |
| HSL | 188.82º | 1% | 0.07% | - |
| HSV(B) | 188.82º | 1% | 0.13% | - |
| XYZ | 0.73 | 0.99 | 1.67 | - |
| YUV | 20.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 34 | 1 | 0.15 | 0 | 0.87 | 188.82 | 1 | 0.07 |
| Hex | 0 | 1D | 22 | 64 | F | 0 | 57 | BD | 64 | 7 |
| Octal | 0 | 35 | 42 | 144 | 17 | 0 | 127 | 275 | 144 | 7 |
| Binary | 0 | 11101 | 100010 | 1100100 | 1111 | 0 | 1010111 | 10111101 | 1100100 | 111 |
Color Harmonies of #001D22
Complementary color
Monochromatic Colors of #001D22
Black with #001D22
Text Example
Text Example
White with #001D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D22; }
p { color: rgb(0,29,34); }
H1.HeaderClassName
{
color: #001D22;
}
.AnyTagClassName
{
color: #001D22;
}
</style>
background-color css
<style>
a { background-color: #001D22; }
a { background-color: rgb(0,29,34); }
div.DivClassName
{
background-color: #001D22;
}
.BgClassName
{
background-color: #001D22;
}
</style>
border-color css
<style>
span { border-color: #001D22; }
span { border-color: rgb(0,29,34); }
td.TdClassName
{
border-color: #001D22;
}
.TagClassName
{
border-color: #001D22;
}
</style>