Shades of Black Pearl #011B2E
Tints of Black Pearl #011B2E
RGB
CMYK
RGB Variations
Color information
#011B2E (or 0x011B2E) is known color: Black Pearl. HEX triplet: 01, 1B and 2E. RGB value is (1,27,46). Sum of RGB (Red+Green+Blue) = 1+27+46=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #011B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B2E is #FEE4D1. Grayscale: #151515. Windows color (decimal): -16704722 or 3021569. OLE color: 3021569.
HSL color Cylindrical-coordinate representation of color #011B2E: hue angle of 205.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B2E is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 27 | 46 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.82 |
| HSL | 205.33º | 0.96% | 0.09% | - |
| HSV(B) | 205.33º | 0.98% | 0.18% | - |
| XYZ | 0.9 | 0.99 | 2.73 | - |
| YUV | 21.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 46 | 0.98 | 0.41 | 0 | 0.82 | 205.33 | 0.96 | 0.09 |
| Hex | 1 | 1B | 2E | 62 | 29 | 0 | 52 | CD | 60 | 9 |
| Octal | 1 | 33 | 56 | 142 | 51 | 0 | 122 | 315 | 140 | 11 |
| Binary | 1 | 11011 | 101110 | 1100010 | 101001 | 0 | 1010010 | 11001101 | 1100000 | 1001 |
Color Harmonies of #011B2E
Complementary color
Monochromatic Colors of #011B2E
Black with #011B2E
Text Example
Text Example
White with #011B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B2E; }
p { color: rgb(1,27,46); }
H1.HeaderClassName
{
color: #011B2E;
}
.AnyTagClassName
{
color: #011B2E;
}
</style>
background-color css
<style>
a { background-color: #011B2E; }
a { background-color: rgb(1,27,46); }
div.DivClassName
{
background-color: #011B2E;
}
.BgClassName
{
background-color: #011B2E;
}
</style>
border-color css
<style>
span { border-color: #011B2E; }
span { border-color: rgb(1,27,46); }
td.TdClassName
{
border-color: #011B2E;
}
.TagClassName
{
border-color: #011B2E;
}
</style>