Shades of Black Pearl #001C22
Tints of Black Pearl #001C22
RGB
CMYK
RGB Variations
Color information
#001C22 (or 0x001C22) is known color: Black Pearl. HEX triplet: 00, 1C and 22. RGB value is (0,28,34). Sum of RGB (Red+Green+Blue) = 0+28+34=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 34 (13.67% from 255 or 54.84% from 62); Max value from RGB is 34 - color contains mainly: blue. Hex color #001C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C22 is #FFE3DD. Grayscale: #141414. Windows color (decimal): -16770014 or 2235392. OLE color: 2235392.
HSL color Cylindrical-coordinate representation of color #001C22: hue angle of 190.59º 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 #001C22 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 28 | 34 | - |
| CMYK | 1 | 0.18 | 0 | 0.87 |
| HSL | 190.59º | 1% | 0.07% | - |
| HSV(B) | 190.59º | 1% | 0.13% | - |
| XYZ | 0.7 | 0.95 | 1.66 | - |
| YUV | 20.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 34 | 1 | 0.18 | 0 | 0.87 | 190.59 | 1 | 0.07 |
| Hex | 0 | 1C | 22 | 64 | 12 | 0 | 57 | BF | 64 | 7 |
| Octal | 0 | 34 | 42 | 144 | 22 | 0 | 127 | 277 | 144 | 7 |
| Binary | 0 | 11100 | 100010 | 1100100 | 10010 | 0 | 1010111 | 10111111 | 1100100 | 111 |
Color Harmonies of #001C22
Complementary color
Monochromatic Colors of #001C22
Black with #001C22
Text Example
Text Example
White with #001C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C22; }
p { color: rgb(0,28,34); }
H1.HeaderClassName
{
color: #001C22;
}
.AnyTagClassName
{
color: #001C22;
}
</style>
background-color css
<style>
a { background-color: #001C22; }
a { background-color: rgb(0,28,34); }
div.DivClassName
{
background-color: #001C22;
}
.BgClassName
{
background-color: #001C22;
}
</style>
border-color css
<style>
span { border-color: #001C22; }
span { border-color: rgb(0,28,34); }
td.TdClassName
{
border-color: #001C22;
}
.TagClassName
{
border-color: #001C22;
}
</style>