Shades of Black Pearl #0B262D
Tints of Black Pearl #0B262D
RGB
CMYK
RGB Variations
Color information
#0B262D (or 0x0B262D) is known color: Black Pearl. HEX triplet: 0B, 26 and 2D. RGB value is (11,38,45). Sum of RGB (Red+Green+Blue) = 11+38+45=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B262D is #F4D9D2. Grayscale: #1E1E1E. Windows color (decimal): -16046547 or 2958859. OLE color: 2958859.
HSL color Cylindrical-coordinate representation of color #0B262D: hue angle of 192.35º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B262D is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 38 | 45 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.82 |
| HSL | 192.35º | 0.61% | 0.11% | - |
| HSV(B) | 192.35º | 0.76% | 0.18% | - |
| XYZ | 1.3 | 1.65 | 2.73 | - |
| YUV | 30.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 45 | 0.76 | 0.16 | 0 | 0.82 | 192.35 | 0.61 | 0.11 |
| Hex | B | 26 | 2D | 4C | 10 | 0 | 52 | C0 | 3D | B |
| Octal | 13 | 46 | 55 | 114 | 20 | 0 | 122 | 300 | 75 | 13 |
| Binary | 1011 | 100110 | 101101 | 1001100 | 10000 | 0 | 1010010 | 11000000 | 111101 | 1011 |
Color Harmonies of #0B262D
Complementary color
Monochromatic Colors of #0B262D
Black with #0B262D
Text Example
Text Example
White with #0B262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B262D; }
p { color: rgb(11,38,45); }
H1.HeaderClassName
{
color: #0B262D;
}
.AnyTagClassName
{
color: #0B262D;
}
</style>
background-color css
<style>
a { background-color: #0B262D; }
a { background-color: rgb(11,38,45); }
div.DivClassName
{
background-color: #0B262D;
}
.BgClassName
{
background-color: #0B262D;
}
</style>
border-color css
<style>
span { border-color: #0B262D; }
span { border-color: rgb(11,38,45); }
td.TdClassName
{
border-color: #0B262D;
}
.TagClassName
{
border-color: #0B262D;
}
</style>