Shades of Black Pearl #0F272E
Tints of Black Pearl #0F272E
RGB
CMYK
RGB Variations
Color information
#0F272E (or 0x0F272E) is known color: Black Pearl. HEX triplet: 0F, 27 and 2E. RGB value is (15,39,46). Sum of RGB (Red+Green+Blue) = 15+39+46=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F272E is #F0D8D1. Grayscale: #202020. Windows color (decimal): -15784146 or 3024655. OLE color: 3024655.
HSL color Cylindrical-coordinate representation of color #0F272E: hue angle of 193.55º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F272E is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 39 | 46 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.82 |
| HSL | 193.55º | 0.51% | 0.12% | - |
| HSV(B) | 193.55º | 0.67% | 0.18% | - |
| XYZ | 1.42 | 1.75 | 2.85 | - |
| YUV | 32.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 46 | 0.67 | 0.15 | 0 | 0.82 | 193.55 | 0.51 | 0.12 |
| Hex | F | 27 | 2E | 43 | F | 0 | 52 | C2 | 33 | C |
| Octal | 17 | 47 | 56 | 103 | 17 | 0 | 122 | 302 | 63 | 14 |
| Binary | 1111 | 100111 | 101110 | 1000011 | 1111 | 0 | 1010010 | 11000010 | 110011 | 1100 |
Color Harmonies of #0F272E
Complementary color
Monochromatic Colors of #0F272E
Black with #0F272E
Text Example
Text Example
White with #0F272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F272E; }
p { color: rgb(15,39,46); }
H1.HeaderClassName
{
color: #0F272E;
}
.AnyTagClassName
{
color: #0F272E;
}
</style>
background-color css
<style>
a { background-color: #0F272E; }
a { background-color: rgb(15,39,46); }
div.DivClassName
{
background-color: #0F272E;
}
.BgClassName
{
background-color: #0F272E;
}
</style>
border-color css
<style>
span { border-color: #0F272E; }
span { border-color: rgb(15,39,46); }
td.TdClassName
{
border-color: #0F272E;
}
.TagClassName
{
border-color: #0F272E;
}
</style>