Shades of Black Pearl #0F2833
Tints of Black Pearl #0F2833
RGB
CMYK
RGB Variations
Color information
#0F2833 (or 0x0F2833) is known color: Black Pearl. HEX triplet: 0F, 28 and 33. RGB value is (15,40,51). Sum of RGB (Red+Green+Blue) = 15+40+51=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F2833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2833 is #F0D7CC. Grayscale: #212121. Windows color (decimal): -15783885 or 3352591. OLE color: 3352591.
HSL color Cylindrical-coordinate representation of color #0F2833: hue angle of 198.33º 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 #0F2833 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 40 | 51 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.8 |
| HSL | 198.33º | 0.55% | 0.13% | - |
| HSV(B) | 198.33º | 0.71% | 0.2% | - |
| XYZ | 1.55 | 1.86 | 3.41 | - |
| YUV | 33.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 51 | 0.71 | 0.22 | 0 | 0.8 | 198.33 | 0.55 | 0.13 |
| Hex | F | 28 | 33 | 47 | 16 | 0 | 50 | C6 | 37 | D |
| Octal | 17 | 50 | 63 | 107 | 26 | 0 | 120 | 306 | 67 | 15 |
| Binary | 1111 | 101000 | 110011 | 1000111 | 10110 | 0 | 1010000 | 11000110 | 110111 | 1101 |
Color Harmonies of #0F2833
Complementary color
Monochromatic Colors of #0F2833
Black with #0F2833
Text Example
Text Example
White with #0F2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2833; }
p { color: rgb(15,40,51); }
H1.HeaderClassName
{
color: #0F2833;
}
.AnyTagClassName
{
color: #0F2833;
}
</style>
background-color css
<style>
a { background-color: #0F2833; }
a { background-color: rgb(15,40,51); }
div.DivClassName
{
background-color: #0F2833;
}
.BgClassName
{
background-color: #0F2833;
}
</style>
border-color css
<style>
span { border-color: #0F2833; }
span { border-color: rgb(15,40,51); }
td.TdClassName
{
border-color: #0F2833;
}
.TagClassName
{
border-color: #0F2833;
}
</style>