Shades of Black Pearl #0B1A28
Tints of Black Pearl #0B1A28
RGB
CMYK
RGB Variations
Color information
#0B1A28 (or 0x0B1A28) is known color: Black Pearl. HEX triplet: 0B, 1A and 28. RGB value is (11,26,40). Sum of RGB (Red+Green+Blue) = 11+26+40=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A28 is #F4E5D7. Grayscale: #171717. Windows color (decimal): -16049624 or 2628107. OLE color: 2628107.
HSL color Cylindrical-coordinate representation of color #0B1A28: hue angle of 208.97º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1A28 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 26 | 40 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.84 |
| HSL | 208.97º | 0.57% | 0.1% | - |
| HSV(B) | 208.97º | 0.73% | 0.16% | - |
| XYZ | 0.89 | 0.96 | 2.15 | - |
| YUV | 23.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 40 | 0.72 | 0.35 | 0 | 0.84 | 208.97 | 0.57 | 0.1 |
| Hex | B | 1A | 28 | 48 | 23 | 0 | 54 | D1 | 39 | A |
| Octal | 13 | 32 | 50 | 110 | 43 | 0 | 124 | 321 | 71 | 12 |
| Binary | 1011 | 11010 | 101000 | 1001000 | 100011 | 0 | 1010100 | 11010001 | 111001 | 1010 |
Color Harmonies of #0B1A28
Complementary color
Monochromatic Colors of #0B1A28
Black with #0B1A28
Text Example
Text Example
White with #0B1A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A28; }
p { color: rgb(11,26,40); }
H1.HeaderClassName
{
color: #0B1A28;
}
.AnyTagClassName
{
color: #0B1A28;
}
</style>
background-color css
<style>
a { background-color: #0B1A28; }
a { background-color: rgb(11,26,40); }
div.DivClassName
{
background-color: #0B1A28;
}
.BgClassName
{
background-color: #0B1A28;
}
</style>
border-color css
<style>
span { border-color: #0B1A28; }
span { border-color: rgb(11,26,40); }
td.TdClassName
{
border-color: #0B1A28;
}
.TagClassName
{
border-color: #0B1A28;
}
</style>