Shades of Black Pearl #001E27
Tints of Black Pearl #001E27
RGB
CMYK
RGB Variations
Color information
#001E27 (or 0x001E27) is known color: Black Pearl. HEX triplet: 00, 1E and 27. RGB value is (0,30,39). Sum of RGB (Red+Green+Blue) = 0+30+39=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #001E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E27 is #FFE1D8. Grayscale: #151515. Windows color (decimal): -16769497 or 2563584. OLE color: 2563584.
HSL color Cylindrical-coordinate representation of color #001E27: hue angle of 193.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E27 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 30 | 39 | - |
| CMYK | 1 | 0.23 | 0 | 0.85 |
| HSL | 193.85º | 1% | 0.08% | - |
| HSV(B) | 193.85º | 1% | 0.15% | - |
| XYZ | 0.83 | 1.08 | 2.08 | - |
| YUV | 22.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 39 | 1 | 0.23 | 0 | 0.85 | 193.85 | 1 | 0.08 |
| Hex | 0 | 1E | 27 | 64 | 17 | 0 | 55 | C2 | 64 | 8 |
| Octal | 0 | 36 | 47 | 144 | 27 | 0 | 125 | 302 | 144 | 10 |
| Binary | 0 | 11110 | 100111 | 1100100 | 10111 | 0 | 1010101 | 11000010 | 1100100 | 1000 |
Color Harmonies of #001E27
Complementary color
Monochromatic Colors of #001E27
Black with #001E27
Text Example
Text Example
White with #001E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E27; }
p { color: rgb(0,30,39); }
H1.HeaderClassName
{
color: #001E27;
}
.AnyTagClassName
{
color: #001E27;
}
</style>
background-color css
<style>
a { background-color: #001E27; }
a { background-color: rgb(0,30,39); }
div.DivClassName
{
background-color: #001E27;
}
.BgClassName
{
background-color: #001E27;
}
</style>
border-color css
<style>
span { border-color: #001E27; }
span { border-color: rgb(0,30,39); }
td.TdClassName
{
border-color: #001E27;
}
.TagClassName
{
border-color: #001E27;
}
</style>