Shades of Black Pearl #0E1F34
Tints of Black Pearl #0E1F34
RGB
CMYK
RGB Variations
Color information
#0E1F34 (or 0x0E1F34) is known color: Black Pearl. HEX triplet: 0E, 1F and 34. RGB value is (14,31,52). Sum of RGB (Red+Green+Blue) = 14+31+52=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E1F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F34 is #F1E0CB. Grayscale: #1C1C1C. Windows color (decimal): -15851724 or 3415822. OLE color: 3415822.
HSL color Cylindrical-coordinate representation of color #0E1F34: hue angle of 213.16º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1F34 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 31 | 52 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.80 |
| HSL | 213.16º | 0.58% | 0.13% | - |
| HSV(B) | 213.16º | 0.73% | 0.2% | - |
| XYZ | 1.29 | 1.32 | 3.44 | - |
| YUV | 28.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 52 | 0.73 | 0.40 | 0 | 0.80 | 213.16 | 0.58 | 0.13 |
| Hex | E | 1F | 34 | 49 | 28 | 0 | 50 | D5 | 3A | D |
| Octal | 16 | 37 | 64 | 111 | 50 | 0 | 120 | 325 | 72 | 15 |
| Binary | 1110 | 11111 | 110100 | 1001001 | 101000 | 0 | 1010000 | 11010101 | 111010 | 1101 |
Color Harmonies of #0E1F34
Complementary color
Monochromatic Colors of #0E1F34
Black with #0E1F34
Text Example
Text Example
White with #0E1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1F34; }
p { color: rgb(14,31,52); }
H1.HeaderClassName
{
color: #0E1F34;
}
.AnyTagClassName
{
color: #0E1F34;
}
</style>
background-color css
<style>
a { background-color: #0E1F34; }
a { background-color: rgb(14,31,52); }
div.DivClassName
{
background-color: #0E1F34;
}
.BgClassName
{
background-color: #0E1F34;
}
</style>
border-color css
<style>
span { border-color: #0E1F34; }
span { border-color: rgb(14,31,52); }
td.TdClassName
{
border-color: #0E1F34;
}
.TagClassName
{
border-color: #0E1F34;
}
</style>