Shades of Black Pearl #001E2F
Tints of Black Pearl #001E2F
RGB
CMYK
RGB Variations
Color information
#001E2F (or 0x001E2F) is known color: Black Pearl. HEX triplet: 00, 1E and 2F. RGB value is (0,30,47). Sum of RGB (Red+Green+Blue) = 0+30+47=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #001E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E2F is #FFE1D0. Grayscale: #161616. Windows color (decimal): -16769489 or 3087872. OLE color: 3087872.
HSL color Cylindrical-coordinate representation of color #001E2F: hue angle of 201.7º 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 #001E2F is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 30 | 47 | - |
| CMYK | 1 | 0.36 | 0 | 0.82 |
| HSL | 201.7º | 1% | 0.09% | - |
| HSV(B) | 201.7º | 1% | 0.18% | - |
| XYZ | 0.98 | 1.13 | 2.86 | - |
| YUV | 22.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 47 | 1 | 0.36 | 0 | 0.82 | 201.7 | 1 | 0.09 |
| Hex | 0 | 1E | 2F | 64 | 24 | 0 | 52 | CA | 64 | 9 |
| Octal | 0 | 36 | 57 | 144 | 44 | 0 | 122 | 312 | 144 | 11 |
| Binary | 0 | 11110 | 101111 | 1100100 | 100100 | 0 | 1010010 | 11001010 | 1100100 | 1001 |
Color Harmonies of #001E2F
Complementary color
Monochromatic Colors of #001E2F
Black with #001E2F
Text Example
Text Example
White with #001E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E2F; }
p { color: rgb(0,30,47); }
H1.HeaderClassName
{
color: #001E2F;
}
.AnyTagClassName
{
color: #001E2F;
}
</style>
background-color css
<style>
a { background-color: #001E2F; }
a { background-color: rgb(0,30,47); }
div.DivClassName
{
background-color: #001E2F;
}
.BgClassName
{
background-color: #001E2F;
}
</style>
border-color css
<style>
span { border-color: #001E2F; }
span { border-color: rgb(0,30,47); }
td.TdClassName
{
border-color: #001E2F;
}
.TagClassName
{
border-color: #001E2F;
}
</style>