Shades of Black Pearl #0F1D2D
Tints of Black Pearl #0F1D2D
RGB
CMYK
RGB Variations
Color information
#0F1D2D (or 0x0F1D2D) is known color: Black Pearl. HEX triplet: 0F, 1D and 2D. RGB value is (15,29,45). Sum of RGB (Red+Green+Blue) = 15+29+45=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F1D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D2D is #F0E2D2. Grayscale: #1A1A1A. Windows color (decimal): -15786707 or 2956559. OLE color: 2956559.
HSL color Cylindrical-coordinate representation of color #0F1D2D: hue angle of 212º degrees, saturation: 0.5, 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 #0F1D2D is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 29 | 45 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.82 |
| HSL | 212º | 0.5% | 0.12% | - |
| HSV(B) | 212º | 0.67% | 0.18% | - |
| XYZ | 1.11 | 1.17 | 2.65 | - |
| YUV | 26.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 45 | 0.67 | 0.36 | 0 | 0.82 | 212 | 0.5 | 0.12 |
| Hex | F | 1D | 2D | 43 | 24 | 0 | 52 | D4 | 32 | C |
| Octal | 17 | 35 | 55 | 103 | 44 | 0 | 122 | 324 | 62 | 14 |
| Binary | 1111 | 11101 | 101101 | 1000011 | 100100 | 0 | 1010010 | 11010100 | 110010 | 1100 |
Color Harmonies of #0F1D2D
Complementary color
Monochromatic Colors of #0F1D2D
Black with #0F1D2D
Text Example
Text Example
White with #0F1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D2D; }
p { color: rgb(15,29,45); }
H1.HeaderClassName
{
color: #0F1D2D;
}
.AnyTagClassName
{
color: #0F1D2D;
}
</style>
background-color css
<style>
a { background-color: #0F1D2D; }
a { background-color: rgb(15,29,45); }
div.DivClassName
{
background-color: #0F1D2D;
}
.BgClassName
{
background-color: #0F1D2D;
}
</style>
border-color css
<style>
span { border-color: #0F1D2D; }
span { border-color: rgb(15,29,45); }
td.TdClassName
{
border-color: #0F1D2D;
}
.TagClassName
{
border-color: #0F1D2D;
}
</style>