Shades of Black Pearl #001C28
Tints of Black Pearl #001C28
RGB
CMYK
RGB Variations
Color information
#001C28 (or 0x001C28) is known color: Black Pearl. HEX triplet: 00, 1C and 28. RGB value is (0,28,40). Sum of RGB (Red+Green+Blue) = 0+28+40=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #001C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C28 is #FFE3D7. Grayscale: #141414. Windows color (decimal): -16770008 or 2628608. OLE color: 2628608.
HSL color Cylindrical-coordinate representation of color #001C28: hue angle of 198º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C28 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 28 | 40 | - |
| CMYK | 1 | 0.30 | 0 | 0.84 |
| HSL | 198º | 1% | 0.08% | - |
| HSV(B) | 198º | 1% | 0.16% | - |
| XYZ | 0.8 | 0.98 | 2.16 | - |
| YUV | 21 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 40 | 1 | 0.30 | 0 | 0.84 | 198 | 1 | 0.08 |
| Hex | 0 | 1C | 28 | 64 | 1E | 0 | 54 | C6 | 64 | 8 |
| Octal | 0 | 34 | 50 | 144 | 36 | 0 | 124 | 306 | 144 | 10 |
| Binary | 0 | 11100 | 101000 | 1100100 | 11110 | 0 | 1010100 | 11000110 | 1100100 | 1000 |
Color Harmonies of #001C28
Complementary color
Monochromatic Colors of #001C28
Black with #001C28
Text Example
Text Example
White with #001C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C28; }
p { color: rgb(0,28,40); }
H1.HeaderClassName
{
color: #001C28;
}
.AnyTagClassName
{
color: #001C28;
}
</style>
background-color css
<style>
a { background-color: #001C28; }
a { background-color: rgb(0,28,40); }
div.DivClassName
{
background-color: #001C28;
}
.BgClassName
{
background-color: #001C28;
}
</style>
border-color css
<style>
span { border-color: #001C28; }
span { border-color: rgb(0,28,40); }
td.TdClassName
{
border-color: #001C28;
}
.TagClassName
{
border-color: #001C28;
}
</style>