Shades of Black Pearl #011B36
Tints of Black Pearl #011B36
RGB
CMYK
RGB Variations
Color information
#011B36 (or 0x011B36) is known color: Black Pearl. HEX triplet: 01, 1B and 36. RGB value is (1,27,54). Sum of RGB (Red+Green+Blue) = 1+27+54=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #011B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B36 is #FEE4C9. Grayscale: #161616. Windows color (decimal): -16704714 or 3545857. OLE color: 3545857.
HSL color Cylindrical-coordinate representation of color #011B36: hue angle of 210.57º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B36 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 27 | 54 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.79 |
| HSL | 210.57º | 0.96% | 0.11% | - |
| HSV(B) | 210.57º | 0.98% | 0.21% | - |
| XYZ | 1.07 | 1.06 | 3.64 | - |
| YUV | 22.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 54 | 0.98 | 0.5 | 0 | 0.79 | 210.57 | 0.96 | 0.11 |
| Hex | 1 | 1B | 36 | 62 | 32 | 0 | 4F | D3 | 60 | B |
| Octal | 1 | 33 | 66 | 142 | 62 | 0 | 117 | 323 | 140 | 13 |
| Binary | 1 | 11011 | 110110 | 1100010 | 110010 | 0 | 1001111 | 11010011 | 1100000 | 1011 |
Color Harmonies of #011B36
Complementary color
Monochromatic Colors of #011B36
Black with #011B36
Text Example
Text Example
White with #011B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B36; }
p { color: rgb(1,27,54); }
H1.HeaderClassName
{
color: #011B36;
}
.AnyTagClassName
{
color: #011B36;
}
</style>
background-color css
<style>
a { background-color: #011B36; }
a { background-color: rgb(1,27,54); }
div.DivClassName
{
background-color: #011B36;
}
.BgClassName
{
background-color: #011B36;
}
</style>
border-color css
<style>
span { border-color: #011B36; }
span { border-color: rgb(1,27,54); }
td.TdClassName
{
border-color: #011B36;
}
.TagClassName
{
border-color: #011B36;
}
</style>