Shades of Black Pearl #0B262F
Tints of Black Pearl #0B262F
RGB
CMYK
RGB Variations
Color information
#0B262F (or 0x0B262F) is known color: Black Pearl. HEX triplet: 0B, 26 and 2F. RGB value is (11,38,47). Sum of RGB (Red+Green+Blue) = 11+38+47=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B262F is #F4D9D0. Grayscale: #1E1E1E. Windows color (decimal): -16046545 or 3089931. OLE color: 3089931.
HSL color Cylindrical-coordinate representation of color #0B262F: hue angle of 195º 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 #0B262F is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 38 | 47 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.82 |
| HSL | 195º | 0.62% | 0.11% | - |
| HSV(B) | 195º | 0.77% | 0.18% | - |
| XYZ | 1.34 | 1.66 | 2.94 | - |
| YUV | 30.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 47 | 0.77 | 0.19 | 0 | 0.82 | 195 | 0.62 | 0.11 |
| Hex | B | 26 | 2F | 4D | 13 | 0 | 52 | C3 | 3E | B |
| Octal | 13 | 46 | 57 | 115 | 23 | 0 | 122 | 303 | 76 | 13 |
| Binary | 1011 | 100110 | 101111 | 1001101 | 10011 | 0 | 1010010 | 11000011 | 111110 | 1011 |
Color Harmonies of #0B262F
Complementary color
Monochromatic Colors of #0B262F
Black with #0B262F
Text Example
Text Example
White with #0B262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B262F; }
p { color: rgb(11,38,47); }
H1.HeaderClassName
{
color: #0B262F;
}
.AnyTagClassName
{
color: #0B262F;
}
</style>
background-color css
<style>
a { background-color: #0B262F; }
a { background-color: rgb(11,38,47); }
div.DivClassName
{
background-color: #0B262F;
}
.BgClassName
{
background-color: #0B262F;
}
</style>
border-color css
<style>
span { border-color: #0B262F; }
span { border-color: rgb(11,38,47); }
td.TdClassName
{
border-color: #0B262F;
}
.TagClassName
{
border-color: #0B262F;
}
</style>