Shades of Black Pearl #0F1B2C
Tints of Black Pearl #0F1B2C
RGB
CMYK
RGB Variations
Color information
#0F1B2C (or 0x0F1B2C) is known color: Black Pearl. HEX triplet: 0F, 1B and 2C. RGB value is (15,27,44). Sum of RGB (Red+Green+Blue) = 15+27+44=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F1B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B2C is #F0E4D3. Grayscale: #191919. Windows color (decimal): -15787220 or 2890511. OLE color: 2890511.
HSL color Cylindrical-coordinate representation of color #0F1B2C: hue angle of 215.17º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F1B2C is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 27 | 44 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.83 |
| HSL | 215.17º | 0.49% | 0.12% | - |
| HSV(B) | 215.17º | 0.66% | 0.17% | - |
| XYZ | 1.04 | 1.07 | 2.53 | - |
| YUV | 25.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 44 | 0.66 | 0.39 | 0 | 0.83 | 215.17 | 0.49 | 0.12 |
| Hex | F | 1B | 2C | 42 | 27 | 0 | 53 | D7 | 31 | C |
| Octal | 17 | 33 | 54 | 102 | 47 | 0 | 123 | 327 | 61 | 14 |
| Binary | 1111 | 11011 | 101100 | 1000010 | 100111 | 0 | 1010011 | 11010111 | 110001 | 1100 |
Color Harmonies of #0F1B2C
Complementary color
Monochromatic Colors of #0F1B2C
Black with #0F1B2C
Text Example
Text Example
White with #0F1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B2C; }
p { color: rgb(15,27,44); }
H1.HeaderClassName
{
color: #0F1B2C;
}
.AnyTagClassName
{
color: #0F1B2C;
}
</style>
background-color css
<style>
a { background-color: #0F1B2C; }
a { background-color: rgb(15,27,44); }
div.DivClassName
{
background-color: #0F1B2C;
}
.BgClassName
{
background-color: #0F1B2C;
}
</style>
border-color css
<style>
span { border-color: #0F1B2C; }
span { border-color: rgb(15,27,44); }
td.TdClassName
{
border-color: #0F1B2C;
}
.TagClassName
{
border-color: #0F1B2C;
}
</style>