Shades of Black Pearl #011B33
Tints of Black Pearl #011B33
RGB
CMYK
RGB Variations
Color information
#011B33 (or 0x011B33) is known color: Black Pearl. HEX triplet: 01, 1B and 33. RGB value is (1,27,51). Sum of RGB (Red+Green+Blue) = 1+27+51=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 51 (20.31% from 255 or 64.56% from 79); Max value from RGB is 51 - color contains mainly: blue. Hex color #011B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B33 is #FEE4CC. Grayscale: #151515. Windows color (decimal): -16704717 or 3349249. OLE color: 3349249.
HSL color Cylindrical-coordinate representation of color #011B33: hue angle of 208.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B33 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 27 | 51 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.8 |
| HSL | 208.8º | 0.96% | 0.1% | - |
| HSV(B) | 208.8º | 0.98% | 0.2% | - |
| XYZ | 1 | 1.03 | 3.28 | - |
| YUV | 21.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 51 | 0.98 | 0.47 | 0 | 0.8 | 208.8 | 0.96 | 0.1 |
| Hex | 1 | 1B | 33 | 62 | 2F | 0 | 50 | D1 | 60 | A |
| Octal | 1 | 33 | 63 | 142 | 57 | 0 | 120 | 321 | 140 | 12 |
| Binary | 1 | 11011 | 110011 | 1100010 | 101111 | 0 | 1010000 | 11010001 | 1100000 | 1010 |
Color Harmonies of #011B33
Complementary color
Monochromatic Colors of #011B33
Black with #011B33
Text Example
Text Example
White with #011B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B33; }
p { color: rgb(1,27,51); }
H1.HeaderClassName
{
color: #011B33;
}
.AnyTagClassName
{
color: #011B33;
}
</style>
background-color css
<style>
a { background-color: #011B33; }
a { background-color: rgb(1,27,51); }
div.DivClassName
{
background-color: #011B33;
}
.BgClassName
{
background-color: #011B33;
}
</style>
border-color css
<style>
span { border-color: #011B33; }
span { border-color: rgb(1,27,51); }
td.TdClassName
{
border-color: #011B33;
}
.TagClassName
{
border-color: #011B33;
}
</style>