Shades of Black Pearl #001C2F
Tints of Black Pearl #001C2F
RGB
CMYK
RGB Variations
Color information
#001C2F (or 0x001C2F) is known color: Black Pearl. HEX triplet: 00, 1C and 2F. RGB value is (0,28,47). Sum of RGB (Red+Green+Blue) = 0+28+47=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #001C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2F is #FFE3D0. Grayscale: #151515. Windows color (decimal): -16770001 or 3087360. OLE color: 3087360.
HSL color Cylindrical-coordinate representation of color #001C2F: hue angle of 204.26º 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 #001C2F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 28 | 47 | - |
| CMYK | 1 | 0.40 | 0 | 0.82 |
| HSL | 204.26º | 1% | 0.09% | - |
| HSV(B) | 204.26º | 1% | 0.18% | - |
| XYZ | 0.93 | 1.04 | 2.84 | - |
| YUV | 21.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 47 | 1 | 0.40 | 0 | 0.82 | 204.26 | 1 | 0.09 |
| Hex | 0 | 1C | 2F | 64 | 28 | 0 | 52 | CC | 64 | 9 |
| Octal | 0 | 34 | 57 | 144 | 50 | 0 | 122 | 314 | 144 | 11 |
| Binary | 0 | 11100 | 101111 | 1100100 | 101000 | 0 | 1010010 | 11001100 | 1100100 | 1001 |
Color Harmonies of #001C2F
Complementary color
Monochromatic Colors of #001C2F
Black with #001C2F
Text Example
Text Example
White with #001C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C2F; }
p { color: rgb(0,28,47); }
H1.HeaderClassName
{
color: #001C2F;
}
.AnyTagClassName
{
color: #001C2F;
}
</style>
background-color css
<style>
a { background-color: #001C2F; }
a { background-color: rgb(0,28,47); }
div.DivClassName
{
background-color: #001C2F;
}
.BgClassName
{
background-color: #001C2F;
}
</style>
border-color css
<style>
span { border-color: #001C2F; }
span { border-color: rgb(0,28,47); }
td.TdClassName
{
border-color: #001C2F;
}
.TagClassName
{
border-color: #001C2F;
}
</style>