Shades of Black Pearl #0E1E27
Tints of Black Pearl #0E1E27
RGB
CMYK
RGB Variations
Color information
#0E1E27 (or 0x0E1E27) is known color: Black Pearl. HEX triplet: 0E, 1E and 27. RGB value is (14,30,39). Sum of RGB (Red+Green+Blue) = 14+30+39=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E1E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E27 is #F1E1D8. Grayscale: #1A1A1A. Windows color (decimal): -15851993 or 2563598. OLE color: 2563598.
HSL color Cylindrical-coordinate representation of color #0E1E27: hue angle of 201.6º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E1E27 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 30 | 39 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.85 |
| HSL | 201.6º | 0.47% | 0.1% | - |
| HSV(B) | 201.6º | 0.64% | 0.15% | - |
| XYZ | 1.01 | 1.17 | 2.09 | - |
| YUV | 26.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 39 | 0.64 | 0.23 | 0 | 0.85 | 201.6 | 0.47 | 0.1 |
| Hex | E | 1E | 27 | 40 | 17 | 0 | 55 | CA | 2F | A |
| Octal | 16 | 36 | 47 | 100 | 27 | 0 | 125 | 312 | 57 | 12 |
| Binary | 1110 | 11110 | 100111 | 1000000 | 10111 | 0 | 1010101 | 11001010 | 101111 | 1010 |
Color Harmonies of #0E1E27
Complementary color
Monochromatic Colors of #0E1E27
Black with #0E1E27
Text Example
Text Example
White with #0E1E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E27; }
p { color: rgb(14,30,39); }
H1.HeaderClassName
{
color: #0E1E27;
}
.AnyTagClassName
{
color: #0E1E27;
}
</style>
background-color css
<style>
a { background-color: #0E1E27; }
a { background-color: rgb(14,30,39); }
div.DivClassName
{
background-color: #0E1E27;
}
.BgClassName
{
background-color: #0E1E27;
}
</style>
border-color css
<style>
span { border-color: #0E1E27; }
span { border-color: rgb(14,30,39); }
td.TdClassName
{
border-color: #0E1E27;
}
.TagClassName
{
border-color: #0E1E27;
}
</style>