Shades of Black Pearl #0B1E2F
Tints of Black Pearl #0B1E2F
RGB
CMYK
RGB Variations
Color information
#0B1E2F (or 0x0B1E2F) is known color: Black Pearl. HEX triplet: 0B, 1E and 2F. RGB value is (11,30,47). Sum of RGB (Red+Green+Blue) = 11+30+47=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B1E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1E2F is #F4E1D0. Grayscale: #1A1A1A. Windows color (decimal): -16048593 or 3087883. OLE color: 3087883.
HSL color Cylindrical-coordinate representation of color #0B1E2F: hue angle of 208.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B1E2F is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 30 | 47 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.82 |
| HSL | 208.33º | 0.62% | 0.11% | - |
| HSV(B) | 208.33º | 0.77% | 0.18% | - |
| XYZ | 1.12 | 1.2 | 2.86 | - |
| YUV | 26.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 47 | 0.77 | 0.36 | 0 | 0.82 | 208.33 | 0.62 | 0.11 |
| Hex | B | 1E | 2F | 4D | 24 | 0 | 52 | D0 | 3E | B |
| Octal | 13 | 36 | 57 | 115 | 44 | 0 | 122 | 320 | 76 | 13 |
| Binary | 1011 | 11110 | 101111 | 1001101 | 100100 | 0 | 1010010 | 11010000 | 111110 | 1011 |
Color Harmonies of #0B1E2F
Complementary color
Monochromatic Colors of #0B1E2F
Black with #0B1E2F
Text Example
Text Example
White with #0B1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E2F; }
p { color: rgb(11,30,47); }
H1.HeaderClassName
{
color: #0B1E2F;
}
.AnyTagClassName
{
color: #0B1E2F;
}
</style>
background-color css
<style>
a { background-color: #0B1E2F; }
a { background-color: rgb(11,30,47); }
div.DivClassName
{
background-color: #0B1E2F;
}
.BgClassName
{
background-color: #0B1E2F;
}
</style>
border-color css
<style>
span { border-color: #0B1E2F; }
span { border-color: rgb(11,30,47); }
td.TdClassName
{
border-color: #0B1E2F;
}
.TagClassName
{
border-color: #0B1E2F;
}
</style>