Shades of Black Pearl #001C2D
Tints of Black Pearl #001C2D
RGB
CMYK
RGB Variations
Color information
#001C2D (or 0x001C2D) is known color: Black Pearl. HEX triplet: 00, 1C and 2D. RGB value is (0,28,45). Sum of RGB (Red+Green+Blue) = 0+28+45=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #001C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2D is #FFE3D2. Grayscale: #151515. Windows color (decimal): -16770003 or 2956288. OLE color: 2956288.
HSL color Cylindrical-coordinate representation of color #001C2D: hue angle of 202.67º 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 #001C2D is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 28 | 45 | - |
| CMYK | 1 | 0.38 | 0 | 0.82 |
| HSL | 202.67º | 1% | 0.09% | - |
| HSV(B) | 202.67º | 1% | 0.18% | - |
| XYZ | 0.89 | 1.02 | 2.63 | - |
| YUV | 21.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 45 | 1 | 0.38 | 0 | 0.82 | 202.67 | 1 | 0.09 |
| Hex | 0 | 1C | 2D | 64 | 26 | 0 | 52 | CB | 64 | 9 |
| Octal | 0 | 34 | 55 | 144 | 46 | 0 | 122 | 313 | 144 | 11 |
| Binary | 0 | 11100 | 101101 | 1100100 | 100110 | 0 | 1010010 | 11001011 | 1100100 | 1001 |
Color Harmonies of #001C2D
Complementary color
Monochromatic Colors of #001C2D
Black with #001C2D
Text Example
Text Example
White with #001C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C2D; }
p { color: rgb(0,28,45); }
H1.HeaderClassName
{
color: #001C2D;
}
.AnyTagClassName
{
color: #001C2D;
}
</style>
background-color css
<style>
a { background-color: #001C2D; }
a { background-color: rgb(0,28,45); }
div.DivClassName
{
background-color: #001C2D;
}
.BgClassName
{
background-color: #001C2D;
}
</style>
border-color css
<style>
span { border-color: #001C2D; }
span { border-color: rgb(0,28,45); }
td.TdClassName
{
border-color: #001C2D;
}
.TagClassName
{
border-color: #001C2D;
}
</style>