Shades of Black Pearl #0B2C36
Tints of Black Pearl #0B2C36
RGB
CMYK
RGB Variations
Color information
#0B2C36 (or 0x0B2C36) is known color: Black Pearl. HEX triplet: 0B, 2C and 36. RGB value is (11,44,54). Sum of RGB (Red+Green+Blue) = 11+44+54=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #0B2C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C36 is #F4D3C9. Grayscale: #232323. Windows color (decimal): -16045002 or 3550219. OLE color: 3550219.
HSL color Cylindrical-coordinate representation of color #0B2C36: hue angle of 193.95º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B2C36 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 44 | 54 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.79 |
| HSL | 193.95º | 0.66% | 0.13% | - |
| HSV(B) | 193.95º | 0.8% | 0.21% | - |
| XYZ | 1.7 | 2.14 | 3.81 | - |
| YUV | 35.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 54 | 0.80 | 0.19 | 0 | 0.79 | 193.95 | 0.66 | 0.13 |
| Hex | B | 2C | 36 | 50 | 13 | 0 | 4F | C2 | 42 | D |
| Octal | 13 | 54 | 66 | 120 | 23 | 0 | 117 | 302 | 102 | 15 |
| Binary | 1011 | 101100 | 110110 | 1010000 | 10011 | 0 | 1001111 | 11000010 | 1000010 | 1101 |
Color Harmonies of #0B2C36
Complementary color
Monochromatic Colors of #0B2C36
Black with #0B2C36
Text Example
Text Example
White with #0B2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C36; }
p { color: rgb(11,44,54); }
H1.HeaderClassName
{
color: #0B2C36;
}
.AnyTagClassName
{
color: #0B2C36;
}
</style>
background-color css
<style>
a { background-color: #0B2C36; }
a { background-color: rgb(11,44,54); }
div.DivClassName
{
background-color: #0B2C36;
}
.BgClassName
{
background-color: #0B2C36;
}
</style>
border-color css
<style>
span { border-color: #0B2C36; }
span { border-color: rgb(11,44,54); }
td.TdClassName
{
border-color: #0B2C36;
}
.TagClassName
{
border-color: #0B2C36;
}
</style>