Shades of Black Pearl #001C2E
Tints of Black Pearl #001C2E
RGB
CMYK
RGB Variations
Color information
#001C2E (or 0x001C2E) is known color: Black Pearl. HEX triplet: 00, 1C and 2E. RGB value is (0,28,46). Sum of RGB (Red+Green+Blue) = 0+28+46=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #001C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2E is #FFE3D1. Grayscale: #151515. Windows color (decimal): -16770002 or 3021824. OLE color: 3021824.
HSL color Cylindrical-coordinate representation of color #001C2E: hue angle of 203.48º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C2E is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 28 | 46 | - |
| CMYK | 1 | 0.39 | 0 | 0.82 |
| HSL | 203.48º | 1% | 0.09% | - |
| HSV(B) | 203.48º | 1% | 0.18% | - |
| XYZ | 0.91 | 1.03 | 2.74 | - |
| YUV | 21.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 46 | 1 | 0.39 | 0 | 0.82 | 203.48 | 1 | 0.09 |
| Hex | 0 | 1C | 2E | 64 | 27 | 0 | 52 | CB | 64 | 9 |
| Octal | 0 | 34 | 56 | 144 | 47 | 0 | 122 | 313 | 144 | 11 |
| Binary | 0 | 11100 | 101110 | 1100100 | 100111 | 0 | 1010010 | 11001011 | 1100100 | 1001 |
Color Harmonies of #001C2E
Complementary color
Monochromatic Colors of #001C2E
Black with #001C2E
Text Example
Text Example
White with #001C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C2E; }
p { color: rgb(0,28,46); }
H1.HeaderClassName
{
color: #001C2E;
}
.AnyTagClassName
{
color: #001C2E;
}
</style>
background-color css
<style>
a { background-color: #001C2E; }
a { background-color: rgb(0,28,46); }
div.DivClassName
{
background-color: #001C2E;
}
.BgClassName
{
background-color: #001C2E;
}
</style>
border-color css
<style>
span { border-color: #001C2E; }
span { border-color: rgb(0,28,46); }
td.TdClassName
{
border-color: #001C2E;
}
.TagClassName
{
border-color: #001C2E;
}
</style>