Shades of Black Pearl #0B1927
Tints of Black Pearl #0B1927
RGB
CMYK
RGB Variations
Color information
#0B1927 (or 0x0B1927) is known color: Black Pearl. HEX triplet: 0B, 19 and 27. RGB value is (11,25,39). Sum of RGB (Red+Green+Blue) = 11+25+39=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #0B1927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1927 is #F4E6D8. Grayscale: #161616. Windows color (decimal): -16049881 or 2562315. OLE color: 2562315.
HSL color Cylindrical-coordinate representation of color #0B1927: hue angle of 210º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B1927 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 25 | 39 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.85 |
| HSL | 210º | 0.56% | 0.1% | - |
| HSV(B) | 210º | 0.72% | 0.15% | - |
| XYZ | 0.85 | 0.91 | 2.05 | - |
| YUV | 22.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 39 | 0.72 | 0.36 | 0 | 0.85 | 210 | 0.56 | 0.1 |
| Hex | B | 19 | 27 | 48 | 24 | 0 | 55 | D2 | 38 | A |
| Octal | 13 | 31 | 47 | 110 | 44 | 0 | 125 | 322 | 70 | 12 |
| Binary | 1011 | 11001 | 100111 | 1001000 | 100100 | 0 | 1010101 | 11010010 | 111000 | 1010 |
Color Harmonies of #0B1927
Complementary color
Monochromatic Colors of #0B1927
Black with #0B1927
Text Example
Text Example
White with #0B1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1927; }
p { color: rgb(11,25,39); }
H1.HeaderClassName
{
color: #0B1927;
}
.AnyTagClassName
{
color: #0B1927;
}
</style>
background-color css
<style>
a { background-color: #0B1927; }
a { background-color: rgb(11,25,39); }
div.DivClassName
{
background-color: #0B1927;
}
.BgClassName
{
background-color: #0B1927;
}
</style>
border-color css
<style>
span { border-color: #0B1927; }
span { border-color: rgb(11,25,39); }
td.TdClassName
{
border-color: #0B1927;
}
.TagClassName
{
border-color: #0B1927;
}
</style>