Shades of Black Pearl #0F2C34
Tints of Black Pearl #0F2C34
RGB
CMYK
RGB Variations
Color information
#0F2C34 (or 0x0F2C34) is known color: Black Pearl. HEX triplet: 0F, 2C and 34. RGB value is (15,44,52). Sum of RGB (Red+Green+Blue) = 15+44+52=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F2C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2C34 is #F0D3CB. Grayscale: #242424. Windows color (decimal): -15782860 or 3419151. OLE color: 3419151.
HSL color Cylindrical-coordinate representation of color #0F2C34: hue angle of 192.97º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F2C34 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 44 | 52 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.80 |
| HSL | 192.97º | 0.55% | 0.13% | - |
| HSV(B) | 192.97º | 0.71% | 0.2% | - |
| XYZ | 1.72 | 2.15 | 3.57 | - |
| YUV | 36.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 52 | 0.71 | 0.15 | 0 | 0.80 | 192.97 | 0.55 | 0.13 |
| Hex | F | 2C | 34 | 47 | F | 0 | 50 | C1 | 37 | D |
| Octal | 17 | 54 | 64 | 107 | 17 | 0 | 120 | 301 | 67 | 15 |
| Binary | 1111 | 101100 | 110100 | 1000111 | 1111 | 0 | 1010000 | 11000001 | 110111 | 1101 |
Color Harmonies of #0F2C34
Complementary color
Monochromatic Colors of #0F2C34
Black with #0F2C34
Text Example
Text Example
White with #0F2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2C34; }
p { color: rgb(15,44,52); }
H1.HeaderClassName
{
color: #0F2C34;
}
.AnyTagClassName
{
color: #0F2C34;
}
</style>
background-color css
<style>
a { background-color: #0F2C34; }
a { background-color: rgb(15,44,52); }
div.DivClassName
{
background-color: #0F2C34;
}
.BgClassName
{
background-color: #0F2C34;
}
</style>
border-color css
<style>
span { border-color: #0F2C34; }
span { border-color: rgb(15,44,52); }
td.TdClassName
{
border-color: #0F2C34;
}
.TagClassName
{
border-color: #0F2C34;
}
</style>