Shades of Black Pearl #0F2432
Tints of Black Pearl #0F2432
RGB
CMYK
RGB Variations
Color information
#0F2432 (or 0x0F2432) is known color: Black Pearl. HEX triplet: 0F, 24 and 32. RGB value is (15,36,50). Sum of RGB (Red+Green+Blue) = 15+36+50=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F2432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2432 is #F0DBCD. Grayscale: #1F1F1F. Windows color (decimal): -15784910 or 3286031. OLE color: 3286031.
HSL color Cylindrical-coordinate representation of color #0F2432: hue angle of 204º 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 #0F2432 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 36 | 50 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.80 |
| HSL | 204º | 0.54% | 0.13% | - |
| HSV(B) | 204º | 0.7% | 0.2% | - |
| XYZ | 1.4 | 1.59 | 3.25 | - |
| YUV | 31.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 50 | 0.70 | 0.28 | 0 | 0.80 | 204 | 0.54 | 0.13 |
| Hex | F | 24 | 32 | 46 | 1C | 0 | 50 | CC | 36 | D |
| Octal | 17 | 44 | 62 | 106 | 34 | 0 | 120 | 314 | 66 | 15 |
| Binary | 1111 | 100100 | 110010 | 1000110 | 11100 | 0 | 1010000 | 11001100 | 110110 | 1101 |
Color Harmonies of #0F2432
Complementary color
Monochromatic Colors of #0F2432
Black with #0F2432
Text Example
Text Example
White with #0F2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2432; }
p { color: rgb(15,36,50); }
H1.HeaderClassName
{
color: #0F2432;
}
.AnyTagClassName
{
color: #0F2432;
}
</style>
background-color css
<style>
a { background-color: #0F2432; }
a { background-color: rgb(15,36,50); }
div.DivClassName
{
background-color: #0F2432;
}
.BgClassName
{
background-color: #0F2432;
}
</style>
border-color css
<style>
span { border-color: #0F2432; }
span { border-color: rgb(15,36,50); }
td.TdClassName
{
border-color: #0F2432;
}
.TagClassName
{
border-color: #0F2432;
}
</style>