Shades of Black Pearl #0E1E29
Tints of Black Pearl #0E1E29
RGB
CMYK
RGB Variations
Color information
#0E1E29 (or 0x0E1E29) is known color: Black Pearl. HEX triplet: 0E, 1E and 29. RGB value is (14,30,41). Sum of RGB (Red+Green+Blue) = 14+30+41=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E1E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E29 is #F1E1D6. Grayscale: #1A1A1A. Windows color (decimal): -15851991 or 2694670. OLE color: 2694670.
HSL color Cylindrical-coordinate representation of color #0E1E29: hue angle of 204.44º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E1E29 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 30 | 41 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.84 |
| HSL | 204.44º | 0.49% | 0.11% | - |
| HSV(B) | 204.44º | 0.66% | 0.16% | - |
| XYZ | 1.05 | 1.18 | 2.27 | - |
| YUV | 26.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 41 | 0.66 | 0.27 | 0 | 0.84 | 204.44 | 0.49 | 0.11 |
| Hex | E | 1E | 29 | 42 | 1B | 0 | 54 | CC | 31 | B |
| Octal | 16 | 36 | 51 | 102 | 33 | 0 | 124 | 314 | 61 | 13 |
| Binary | 1110 | 11110 | 101001 | 1000010 | 11011 | 0 | 1010100 | 11001100 | 110001 | 1011 |
Color Harmonies of #0E1E29
Complementary color
Monochromatic Colors of #0E1E29
Black with #0E1E29
Text Example
Text Example
White with #0E1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E29; }
p { color: rgb(14,30,41); }
H1.HeaderClassName
{
color: #0E1E29;
}
.AnyTagClassName
{
color: #0E1E29;
}
</style>
background-color css
<style>
a { background-color: #0E1E29; }
a { background-color: rgb(14,30,41); }
div.DivClassName
{
background-color: #0E1E29;
}
.BgClassName
{
background-color: #0E1E29;
}
</style>
border-color css
<style>
span { border-color: #0E1E29; }
span { border-color: rgb(14,30,41); }
td.TdClassName
{
border-color: #0E1E29;
}
.TagClassName
{
border-color: #0E1E29;
}
</style>