Shades of Black Pearl #0F2936
Tints of Black Pearl #0F2936
RGB
CMYK
RGB Variations
Color information
#0F2936 (or 0x0F2936) is known color: Black Pearl. HEX triplet: 0F, 29 and 36. RGB value is (15,41,54). Sum of RGB (Red+Green+Blue) = 15+41+54=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F2936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2936 is #F0D6C9. Grayscale: #222222. Windows color (decimal): -15783626 or 3549455. OLE color: 3549455.
HSL color Cylindrical-coordinate representation of color #0F2936: hue angle of 200º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F2936 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 41 | 54 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.79 |
| HSL | 200º | 0.57% | 0.14% | - |
| HSV(B) | 200º | 0.72% | 0.21% | - |
| XYZ | 1.66 | 1.95 | 3.78 | - |
| YUV | 34.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 54 | 0.72 | 0.24 | 0 | 0.79 | 200 | 0.57 | 0.14 |
| Hex | F | 29 | 36 | 48 | 18 | 0 | 4F | C8 | 39 | E |
| Octal | 17 | 51 | 66 | 110 | 30 | 0 | 117 | 310 | 71 | 16 |
| Binary | 1111 | 101001 | 110110 | 1001000 | 11000 | 0 | 1001111 | 11001000 | 111001 | 1110 |
Color Harmonies of #0F2936
Complementary color
Monochromatic Colors of #0F2936
Black with #0F2936
Text Example
Text Example
White with #0F2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2936; }
p { color: rgb(15,41,54); }
H1.HeaderClassName
{
color: #0F2936;
}
.AnyTagClassName
{
color: #0F2936;
}
</style>
background-color css
<style>
a { background-color: #0F2936; }
a { background-color: rgb(15,41,54); }
div.DivClassName
{
background-color: #0F2936;
}
.BgClassName
{
background-color: #0F2936;
}
</style>
border-color css
<style>
span { border-color: #0F2936; }
span { border-color: rgb(15,41,54); }
td.TdClassName
{
border-color: #0F2936;
}
.TagClassName
{
border-color: #0F2936;
}
</style>