Shades of Black Pearl #0E1A2D
Tints of Black Pearl #0E1A2D
RGB
CMYK
RGB Variations
Color information
#0E1A2D (or 0x0E1A2D) is known color: Black Pearl. HEX triplet: 0E, 1A and 2D. RGB value is (14,26,45). Sum of RGB (Red+Green+Blue) = 14+26+45=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E1A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1A2D is #F1E5D2. Grayscale: #181818. Windows color (decimal): -15853011 or 2955790. OLE color: 2955790.
HSL color Cylindrical-coordinate representation of color #0E1A2D: hue angle of 216.77º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E1A2D is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 26 | 45 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.82 |
| HSL | 216.77º | 0.53% | 0.12% | - |
| HSV(B) | 216.77º | 0.69% | 0.18% | - |
| XYZ | 1.02 | 1.02 | 2.63 | - |
| YUV | 24.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 45 | 0.69 | 0.42 | 0 | 0.82 | 216.77 | 0.53 | 0.12 |
| Hex | E | 1A | 2D | 45 | 2A | 0 | 52 | D9 | 35 | C |
| Octal | 16 | 32 | 55 | 105 | 52 | 0 | 122 | 331 | 65 | 14 |
| Binary | 1110 | 11010 | 101101 | 1000101 | 101010 | 0 | 1010010 | 11011001 | 110101 | 1100 |
Color Harmonies of #0E1A2D
Complementary color
Monochromatic Colors of #0E1A2D
Black with #0E1A2D
Text Example
Text Example
White with #0E1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A2D; }
p { color: rgb(14,26,45); }
H1.HeaderClassName
{
color: #0E1A2D;
}
.AnyTagClassName
{
color: #0E1A2D;
}
</style>
background-color css
<style>
a { background-color: #0E1A2D; }
a { background-color: rgb(14,26,45); }
div.DivClassName
{
background-color: #0E1A2D;
}
.BgClassName
{
background-color: #0E1A2D;
}
</style>
border-color css
<style>
span { border-color: #0E1A2D; }
span { border-color: rgb(14,26,45); }
td.TdClassName
{
border-color: #0E1A2D;
}
.TagClassName
{
border-color: #0E1A2D;
}
</style>