Shades of Black Pearl #0F232F
Tints of Black Pearl #0F232F
RGB
CMYK
RGB Variations
Color information
#0F232F (or 0x0F232F) is known color: Black Pearl. HEX triplet: 0F, 23 and 2F. RGB value is (15,35,47). Sum of RGB (Red+Green+Blue) = 15+35+47=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F232F is #F0DCD0. Grayscale: #1E1E1E. Windows color (decimal): -15785169 or 3089167. OLE color: 3089167.
HSL color Cylindrical-coordinate representation of color #0F232F: hue angle of 202.5º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F232F is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 35 | 47 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.82 |
| HSL | 202.5º | 0.52% | 0.12% | - |
| HSV(B) | 202.5º | 0.68% | 0.18% | - |
| XYZ | 1.31 | 1.51 | 2.91 | - |
| YUV | 30.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 47 | 0.68 | 0.26 | 0 | 0.82 | 202.5 | 0.52 | 0.12 |
| Hex | F | 23 | 2F | 44 | 1A | 0 | 52 | CA | 34 | C |
| Octal | 17 | 43 | 57 | 104 | 32 | 0 | 122 | 312 | 64 | 14 |
| Binary | 1111 | 100011 | 101111 | 1000100 | 11010 | 0 | 1010010 | 11001010 | 110100 | 1100 |
Color Harmonies of #0F232F
Complementary color
Monochromatic Colors of #0F232F
Black with #0F232F
Text Example
Text Example
White with #0F232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F232F; }
p { color: rgb(15,35,47); }
H1.HeaderClassName
{
color: #0F232F;
}
.AnyTagClassName
{
color: #0F232F;
}
</style>
background-color css
<style>
a { background-color: #0F232F; }
a { background-color: rgb(15,35,47); }
div.DivClassName
{
background-color: #0F232F;
}
.BgClassName
{
background-color: #0F232F;
}
</style>
border-color css
<style>
span { border-color: #0F232F; }
span { border-color: rgb(15,35,47); }
td.TdClassName
{
border-color: #0F232F;
}
.TagClassName
{
border-color: #0F232F;
}
</style>