Shades of Black Pearl #0F262C
Tints of Black Pearl #0F262C
RGB
CMYK
RGB Variations
Color information
#0F262C (or 0x0F262C) is known color: Black Pearl. HEX triplet: 0F, 26 and 2C. RGB value is (15,38,44). Sum of RGB (Red+Green+Blue) = 15+38+44=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F262C is #F0D9D3. Grayscale: #1F1F1F. Windows color (decimal): -15784404 or 2893327. OLE color: 2893327.
HSL color Cylindrical-coordinate representation of color #0F262C: hue angle of 192.41º 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 #0F262C is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 38 | 44 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.83 |
| HSL | 192.41º | 0.49% | 0.12% | - |
| HSV(B) | 192.41º | 0.66% | 0.17% | - |
| XYZ | 1.34 | 1.67 | 2.63 | - |
| YUV | 31.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 44 | 0.66 | 0.14 | 0 | 0.83 | 192.41 | 0.49 | 0.12 |
| Hex | F | 26 | 2C | 42 | E | 0 | 53 | C0 | 31 | C |
| Octal | 17 | 46 | 54 | 102 | 16 | 0 | 123 | 300 | 61 | 14 |
| Binary | 1111 | 100110 | 101100 | 1000010 | 1110 | 0 | 1010011 | 11000000 | 110001 | 1100 |
Color Harmonies of #0F262C
Complementary color
Monochromatic Colors of #0F262C
Black with #0F262C
Text Example
Text Example
White with #0F262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F262C; }
p { color: rgb(15,38,44); }
H1.HeaderClassName
{
color: #0F262C;
}
.AnyTagClassName
{
color: #0F262C;
}
</style>
background-color css
<style>
a { background-color: #0F262C; }
a { background-color: rgb(15,38,44); }
div.DivClassName
{
background-color: #0F262C;
}
.BgClassName
{
background-color: #0F262C;
}
</style>
border-color css
<style>
span { border-color: #0F262C; }
span { border-color: rgb(15,38,44); }
td.TdClassName
{
border-color: #0F262C;
}
.TagClassName
{
border-color: #0F262C;
}
</style>