Shades of Black Pearl #0E2830
Tints of Black Pearl #0E2830
RGB
CMYK
RGB Variations
Color information
#0E2830 (or 0x0E2830) is known color: Black Pearl. HEX triplet: 0E, 28 and 30. RGB value is (14,40,48). Sum of RGB (Red+Green+Blue) = 14+40+48=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E2830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2830 is #F1D7CF. Grayscale: #212121. Windows color (decimal): -15849424 or 3155982. OLE color: 3155982.
HSL color Cylindrical-coordinate representation of color #0E2830: hue angle of 194.12º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E2830 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 40 | 48 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.81 |
| HSL | 194.12º | 0.55% | 0.12% | - |
| HSV(B) | 194.12º | 0.71% | 0.19% | - |
| XYZ | 1.47 | 1.82 | 3.07 | - |
| YUV | 33.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 48 | 0.71 | 0.17 | 0 | 0.81 | 194.12 | 0.55 | 0.12 |
| Hex | E | 28 | 30 | 47 | 11 | 0 | 51 | C2 | 37 | C |
| Octal | 16 | 50 | 60 | 107 | 21 | 0 | 121 | 302 | 67 | 14 |
| Binary | 1110 | 101000 | 110000 | 1000111 | 10001 | 0 | 1010001 | 11000010 | 110111 | 1100 |
Color Harmonies of #0E2830
Complementary color
Monochromatic Colors of #0E2830
Black with #0E2830
Text Example
Text Example
White with #0E2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2830; }
p { color: rgb(14,40,48); }
H1.HeaderClassName
{
color: #0E2830;
}
.AnyTagClassName
{
color: #0E2830;
}
</style>
background-color css
<style>
a { background-color: #0E2830; }
a { background-color: rgb(14,40,48); }
div.DivClassName
{
background-color: #0E2830;
}
.BgClassName
{
background-color: #0E2830;
}
</style>
border-color css
<style>
span { border-color: #0E2830; }
span { border-color: rgb(14,40,48); }
td.TdClassName
{
border-color: #0E2830;
}
.TagClassName
{
border-color: #0E2830;
}
</style>