Shades of Black Pearl #0F2832
Tints of Black Pearl #0F2832
RGB
CMYK
RGB Variations
Color information
#0F2832 (or 0x0F2832) is known color: Black Pearl. HEX triplet: 0F, 28 and 32. RGB value is (15,40,50). Sum of RGB (Red+Green+Blue) = 15+40+50=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F2832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2832 is #F0D7CD. Grayscale: #212121. Windows color (decimal): -15783886 or 3287055. OLE color: 3287055.
HSL color Cylindrical-coordinate representation of color #0F2832: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F2832 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 40 | 50 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.80 |
| HSL | 197.14º | 0.54% | 0.13% | - |
| HSV(B) | 197.14º | 0.7% | 0.2% | - |
| XYZ | 1.53 | 1.85 | 3.29 | - |
| YUV | 33.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 50 | 0.70 | 0.20 | 0 | 0.80 | 197.14 | 0.54 | 0.13 |
| Hex | F | 28 | 32 | 46 | 14 | 0 | 50 | C5 | 36 | D |
| Octal | 17 | 50 | 62 | 106 | 24 | 0 | 120 | 305 | 66 | 15 |
| Binary | 1111 | 101000 | 110010 | 1000110 | 10100 | 0 | 1010000 | 11000101 | 110110 | 1101 |
Color Harmonies of #0F2832
Complementary color
Monochromatic Colors of #0F2832
Black with #0F2832
Text Example
Text Example
White with #0F2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2832; }
p { color: rgb(15,40,50); }
H1.HeaderClassName
{
color: #0F2832;
}
.AnyTagClassName
{
color: #0F2832;
}
</style>
background-color css
<style>
a { background-color: #0F2832; }
a { background-color: rgb(15,40,50); }
div.DivClassName
{
background-color: #0F2832;
}
.BgClassName
{
background-color: #0F2832;
}
</style>
border-color css
<style>
span { border-color: #0F2832; }
span { border-color: rgb(15,40,50); }
td.TdClassName
{
border-color: #0F2832;
}
.TagClassName
{
border-color: #0F2832;
}
</style>