Shades of Black Pearl #0B1D25
Tints of Black Pearl #0B1D25
RGB
CMYK
RGB Variations
Color information
#0B1D25 (or 0x0B1D25) is known color: Black Pearl. HEX triplet: 0B, 1D and 25. RGB value is (11,29,37). Sum of RGB (Red+Green+Blue) = 11+29+37=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B1D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D25 is #F4E2DA. Grayscale: #181818. Windows color (decimal): -16048859 or 2432267. OLE color: 2432267.
HSL color Cylindrical-coordinate representation of color #0B1D25: hue angle of 198.46º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B1D25 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 29 | 37 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.85 |
| HSL | 198.46º | 0.54% | 0.09% | - |
| HSV(B) | 198.46º | 0.7% | 0.15% | - |
| XYZ | 0.91 | 1.08 | 1.91 | - |
| YUV | 24.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 37 | 0.70 | 0.22 | 0 | 0.85 | 198.46 | 0.54 | 0.09 |
| Hex | B | 1D | 25 | 46 | 16 | 0 | 55 | C6 | 36 | 9 |
| Octal | 13 | 35 | 45 | 106 | 26 | 0 | 125 | 306 | 66 | 11 |
| Binary | 1011 | 11101 | 100101 | 1000110 | 10110 | 0 | 1010101 | 11000110 | 110110 | 1001 |
Color Harmonies of #0B1D25
Complementary color
Monochromatic Colors of #0B1D25
Black with #0B1D25
Text Example
Text Example
White with #0B1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D25; }
p { color: rgb(11,29,37); }
H1.HeaderClassName
{
color: #0B1D25;
}
.AnyTagClassName
{
color: #0B1D25;
}
</style>
background-color css
<style>
a { background-color: #0B1D25; }
a { background-color: rgb(11,29,37); }
div.DivClassName
{
background-color: #0B1D25;
}
.BgClassName
{
background-color: #0B1D25;
}
</style>
border-color css
<style>
span { border-color: #0B1D25; }
span { border-color: rgb(11,29,37); }
td.TdClassName
{
border-color: #0B1D25;
}
.TagClassName
{
border-color: #0B1D25;
}
</style>