Shades of Black Pearl #0B2534
Tints of Black Pearl #0B2534
RGB
CMYK
RGB Variations
Color information
#0B2534 (or 0x0B2534) is known color: Black Pearl. HEX triplet: 0B, 25 and 34. RGB value is (11,37,52). Sum of RGB (Red+Green+Blue) = 11+37+52=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B2534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2534 is #F4DACB. Grayscale: #1E1E1E. Windows color (decimal): -16046796 or 3417355. OLE color: 3417355.
HSL color Cylindrical-coordinate representation of color #0B2534: hue angle of 201.95º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B2534 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 37 | 52 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.80 |
| HSL | 201.95º | 0.65% | 0.12% | - |
| HSV(B) | 201.95º | 0.79% | 0.2% | - |
| XYZ | 1.42 | 1.64 | 3.49 | - |
| YUV | 30.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 52 | 0.79 | 0.29 | 0 | 0.80 | 201.95 | 0.65 | 0.12 |
| Hex | B | 25 | 34 | 4F | 1D | 0 | 50 | CA | 41 | C |
| Octal | 13 | 45 | 64 | 117 | 35 | 0 | 120 | 312 | 101 | 14 |
| Binary | 1011 | 100101 | 110100 | 1001111 | 11101 | 0 | 1010000 | 11001010 | 1000001 | 1100 |
Color Harmonies of #0B2534
Complementary color
Monochromatic Colors of #0B2534
Black with #0B2534
Text Example
Text Example
White with #0B2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2534; }
p { color: rgb(11,37,52); }
H1.HeaderClassName
{
color: #0B2534;
}
.AnyTagClassName
{
color: #0B2534;
}
</style>
background-color css
<style>
a { background-color: #0B2534; }
a { background-color: rgb(11,37,52); }
div.DivClassName
{
background-color: #0B2534;
}
.BgClassName
{
background-color: #0B2534;
}
</style>
border-color css
<style>
span { border-color: #0B2534; }
span { border-color: rgb(11,37,52); }
td.TdClassName
{
border-color: #0B2534;
}
.TagClassName
{
border-color: #0B2534;
}
</style>