Shades of Black Pearl #011B31
Tints of Black Pearl #011B31
RGB
CMYK
RGB Variations
Color information
#011B31 (or 0x011B31) is known color: Black Pearl. HEX triplet: 01, 1B and 31. RGB value is (1,27,49). Sum of RGB (Red+Green+Blue) = 1+27+49=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #011B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B31 is #FEE4CE. Grayscale: #151515. Windows color (decimal): -16704719 or 3218177. OLE color: 3218177.
HSL color Cylindrical-coordinate representation of color #011B31: hue angle of 207.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B31 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 27 | 49 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.81 |
| HSL | 207.5º | 0.96% | 0.1% | - |
| HSV(B) | 207.5º | 0.98% | 0.19% | - |
| XYZ | 0.96 | 1.01 | 3.05 | - |
| YUV | 21.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 49 | 0.98 | 0.45 | 0 | 0.81 | 207.5 | 0.96 | 0.1 |
| Hex | 1 | 1B | 31 | 62 | 2D | 0 | 51 | D0 | 60 | A |
| Octal | 1 | 33 | 61 | 142 | 55 | 0 | 121 | 320 | 140 | 12 |
| Binary | 1 | 11011 | 110001 | 1100010 | 101101 | 0 | 1010001 | 11010000 | 1100000 | 1010 |
Color Harmonies of #011B31
Complementary color
Monochromatic Colors of #011B31
Black with #011B31
Text Example
Text Example
White with #011B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B31; }
p { color: rgb(1,27,49); }
H1.HeaderClassName
{
color: #011B31;
}
.AnyTagClassName
{
color: #011B31;
}
</style>
background-color css
<style>
a { background-color: #011B31; }
a { background-color: rgb(1,27,49); }
div.DivClassName
{
background-color: #011B31;
}
.BgClassName
{
background-color: #011B31;
}
</style>
border-color css
<style>
span { border-color: #011B31; }
span { border-color: rgb(1,27,49); }
td.TdClassName
{
border-color: #011B31;
}
.TagClassName
{
border-color: #011B31;
}
</style>