Shades of Black Pearl #0B1A25
Tints of Black Pearl #0B1A25
RGB
CMYK
RGB Variations
Color information
#0B1A25 (or 0x0B1A25) is known color: Black Pearl. HEX triplet: 0B, 1A and 25. RGB value is (11,26,37). Sum of RGB (Red+Green+Blue) = 11+26+37=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B1A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A25 is #F4E5DA. Grayscale: #161616. Windows color (decimal): -16049627 or 2431499. OLE color: 2431499.
HSL color Cylindrical-coordinate representation of color #0B1A25: hue angle of 205.38º 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 #0B1A25 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 26 | 37 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.85 |
| HSL | 205.38º | 0.54% | 0.09% | - |
| HSV(B) | 205.38º | 0.7% | 0.15% | - |
| XYZ | 0.84 | 0.94 | 1.89 | - |
| YUV | 22.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 37 | 0.70 | 0.30 | 0 | 0.85 | 205.38 | 0.54 | 0.09 |
| Hex | B | 1A | 25 | 46 | 1E | 0 | 55 | CD | 36 | 9 |
| Octal | 13 | 32 | 45 | 106 | 36 | 0 | 125 | 315 | 66 | 11 |
| Binary | 1011 | 11010 | 100101 | 1000110 | 11110 | 0 | 1010101 | 11001101 | 110110 | 1001 |
Color Harmonies of #0B1A25
Complementary color
Monochromatic Colors of #0B1A25
Black with #0B1A25
Text Example
Text Example
White with #0B1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A25; }
p { color: rgb(11,26,37); }
H1.HeaderClassName
{
color: #0B1A25;
}
.AnyTagClassName
{
color: #0B1A25;
}
</style>
background-color css
<style>
a { background-color: #0B1A25; }
a { background-color: rgb(11,26,37); }
div.DivClassName
{
background-color: #0B1A25;
}
.BgClassName
{
background-color: #0B1A25;
}
</style>
border-color css
<style>
span { border-color: #0B1A25; }
span { border-color: rgb(11,26,37); }
td.TdClassName
{
border-color: #0B1A25;
}
.TagClassName
{
border-color: #0B1A25;
}
</style>