Shades of Black Pearl #0F2431
Tints of Black Pearl #0F2431
RGB
CMYK
RGB Variations
Color information
#0F2431 (or 0x0F2431) is known color: Black Pearl. HEX triplet: 0F, 24 and 31. RGB value is (15,36,49). Sum of RGB (Red+Green+Blue) = 15+36+49=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2431 is #F0DBCE. Grayscale: #1F1F1F. Windows color (decimal): -15784911 or 3220495. OLE color: 3220495.
HSL color Cylindrical-coordinate representation of color #0F2431: hue angle of 202.94º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F2431 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 36 | 49 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.81 |
| HSL | 202.94º | 0.53% | 0.13% | - |
| HSV(B) | 202.94º | 0.69% | 0.19% | - |
| XYZ | 1.38 | 1.59 | 3.14 | - |
| YUV | 31.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 49 | 0.69 | 0.27 | 0 | 0.81 | 202.94 | 0.53 | 0.13 |
| Hex | F | 24 | 31 | 45 | 1B | 0 | 51 | CB | 35 | D |
| Octal | 17 | 44 | 61 | 105 | 33 | 0 | 121 | 313 | 65 | 15 |
| Binary | 1111 | 100100 | 110001 | 1000101 | 11011 | 0 | 1010001 | 11001011 | 110101 | 1101 |
Color Harmonies of #0F2431
Complementary color
Monochromatic Colors of #0F2431
Black with #0F2431
Text Example
Text Example
White with #0F2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2431; }
p { color: rgb(15,36,49); }
H1.HeaderClassName
{
color: #0F2431;
}
.AnyTagClassName
{
color: #0F2431;
}
</style>
background-color css
<style>
a { background-color: #0F2431; }
a { background-color: rgb(15,36,49); }
div.DivClassName
{
background-color: #0F2431;
}
.BgClassName
{
background-color: #0F2431;
}
</style>
border-color css
<style>
span { border-color: #0F2431; }
span { border-color: rgb(15,36,49); }
td.TdClassName
{
border-color: #0F2431;
}
.TagClassName
{
border-color: #0F2431;
}
</style>