Shades of Black Pearl #0B1F2A
Tints of Black Pearl #0B1F2A
RGB
CMYK
RGB Variations
Color information
#0B1F2A (or 0x0B1F2A) is known color: Black Pearl. HEX triplet: 0B, 1F and 2A. RGB value is (11,31,42). Sum of RGB (Red+Green+Blue) = 11+31+42=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B1F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1F2A is #F4E0D5. Grayscale: #1A1A1A. Windows color (decimal): -16048342 or 2760459. OLE color: 2760459.
HSL color Cylindrical-coordinate representation of color #0B1F2A: hue angle of 201.29º 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 #0B1F2A is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 31 | 42 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.84 |
| HSL | 201.29º | 0.58% | 0.1% | - |
| HSV(B) | 201.29º | 0.74% | 0.16% | - |
| XYZ | 1.05 | 1.22 | 2.37 | - |
| YUV | 26.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 42 | 0.74 | 0.26 | 0 | 0.84 | 201.29 | 0.58 | 0.1 |
| Hex | B | 1F | 2A | 4A | 1A | 0 | 54 | C9 | 3A | A |
| Octal | 13 | 37 | 52 | 112 | 32 | 0 | 124 | 311 | 72 | 12 |
| Binary | 1011 | 11111 | 101010 | 1001010 | 11010 | 0 | 1010100 | 11001001 | 111010 | 1010 |
Color Harmonies of #0B1F2A
Complementary color
Monochromatic Colors of #0B1F2A
Black with #0B1F2A
Text Example
Text Example
White with #0B1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F2A; }
p { color: rgb(11,31,42); }
H1.HeaderClassName
{
color: #0B1F2A;
}
.AnyTagClassName
{
color: #0B1F2A;
}
</style>
background-color css
<style>
a { background-color: #0B1F2A; }
a { background-color: rgb(11,31,42); }
div.DivClassName
{
background-color: #0B1F2A;
}
.BgClassName
{
background-color: #0B1F2A;
}
</style>
border-color css
<style>
span { border-color: #0B1F2A; }
span { border-color: rgb(11,31,42); }
td.TdClassName
{
border-color: #0B1F2A;
}
.TagClassName
{
border-color: #0B1F2A;
}
</style>