Shades of Black Pearl #0B252A
Tints of Black Pearl #0B252A
RGB
CMYK
RGB Variations
Color information
#0B252A (or 0x0B252A) is known color: Black Pearl. HEX triplet: 0B, 25 and 2A. RGB value is (11,37,42). Sum of RGB (Red+Green+Blue) = 11+37+42=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B252A is #F4DAD5. Grayscale: #1D1D1D. Windows color (decimal): -16046806 or 2761995. OLE color: 2761995.
HSL color Cylindrical-coordinate representation of color #0B252A: hue angle of 189.68º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B252A is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 37 | 42 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.84 |
| HSL | 189.68º | 0.58% | 0.1% | - |
| HSV(B) | 189.68º | 0.74% | 0.16% | - |
| XYZ | 1.22 | 1.56 | 2.43 | - |
| YUV | 29.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 42 | 0.74 | 0.12 | 0 | 0.84 | 189.68 | 0.58 | 0.1 |
| Hex | B | 25 | 2A | 4A | C | 0 | 54 | BE | 3A | A |
| Octal | 13 | 45 | 52 | 112 | 14 | 0 | 124 | 276 | 72 | 12 |
| Binary | 1011 | 100101 | 101010 | 1001010 | 1100 | 0 | 1010100 | 10111110 | 111010 | 1010 |
Color Harmonies of #0B252A
Complementary color
Monochromatic Colors of #0B252A
Black with #0B252A
Text Example
Text Example
White with #0B252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B252A; }
p { color: rgb(11,37,42); }
H1.HeaderClassName
{
color: #0B252A;
}
.AnyTagClassName
{
color: #0B252A;
}
</style>
background-color css
<style>
a { background-color: #0B252A; }
a { background-color: rgb(11,37,42); }
div.DivClassName
{
background-color: #0B252A;
}
.BgClassName
{
background-color: #0B252A;
}
</style>
border-color css
<style>
span { border-color: #0B252A; }
span { border-color: rgb(11,37,42); }
td.TdClassName
{
border-color: #0B252A;
}
.TagClassName
{
border-color: #0B252A;
}
</style>