Shades of Black Pearl #011B2F
Tints of Black Pearl #011B2F
RGB
CMYK
RGB Variations
Color information
#011B2F (or 0x011B2F) is known color: Black Pearl. HEX triplet: 01, 1B and 2F. RGB value is (1,27,47). Sum of RGB (Red+Green+Blue) = 1+27+47=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #011B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B2F is #FEE4D0. Grayscale: #151515. Windows color (decimal): -16704721 or 3087105. OLE color: 3087105.
HSL color Cylindrical-coordinate representation of color #011B2F: hue angle of 206.09º 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 #011B2F is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 27 | 47 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.82 |
| HSL | 206.09º | 0.96% | 0.09% | - |
| HSV(B) | 206.09º | 0.98% | 0.18% | - |
| XYZ | 0.92 | 1 | 2.83 | - |
| YUV | 21.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 47 | 0.98 | 0.43 | 0 | 0.82 | 206.09 | 0.96 | 0.09 |
| Hex | 1 | 1B | 2F | 62 | 2B | 0 | 52 | CE | 60 | 9 |
| Octal | 1 | 33 | 57 | 142 | 53 | 0 | 122 | 316 | 140 | 11 |
| Binary | 1 | 11011 | 101111 | 1100010 | 101011 | 0 | 1010010 | 11001110 | 1100000 | 1001 |
Color Harmonies of #011B2F
Complementary color
Monochromatic Colors of #011B2F
Black with #011B2F
Text Example
Text Example
White with #011B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B2F; }
p { color: rgb(1,27,47); }
H1.HeaderClassName
{
color: #011B2F;
}
.AnyTagClassName
{
color: #011B2F;
}
</style>
background-color css
<style>
a { background-color: #011B2F; }
a { background-color: rgb(1,27,47); }
div.DivClassName
{
background-color: #011B2F;
}
.BgClassName
{
background-color: #011B2F;
}
</style>
border-color css
<style>
span { border-color: #011B2F; }
span { border-color: rgb(1,27,47); }
td.TdClassName
{
border-color: #011B2F;
}
.TagClassName
{
border-color: #011B2F;
}
</style>