Shades of Black Pearl #011C2E
Tints of Black Pearl #011C2E
RGB
CMYK
RGB Variations
Color information
#011C2E (or 0x011C2E) is known color: Black Pearl. HEX triplet: 01, 1C and 2E. RGB value is (1,28,46). Sum of RGB (Red+Green+Blue) = 1+28+46=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #011C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C2E is #FEE3D1. Grayscale: #151515. Windows color (decimal): -16704466 or 3021825. OLE color: 3021825.
HSL color Cylindrical-coordinate representation of color #011C2E: hue angle of 204º 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 #011C2E is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 28 | 46 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.82 |
| HSL | 204º | 0.96% | 0.09% | - |
| HSV(B) | 204º | 0.98% | 0.18% | - |
| XYZ | 0.92 | 1.03 | 2.74 | - |
| YUV | 21.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 46 | 0.98 | 0.39 | 0 | 0.82 | 204 | 0.96 | 0.09 |
| Hex | 1 | 1C | 2E | 62 | 27 | 0 | 52 | CC | 60 | 9 |
| Octal | 1 | 34 | 56 | 142 | 47 | 0 | 122 | 314 | 140 | 11 |
| Binary | 1 | 11100 | 101110 | 1100010 | 100111 | 0 | 1010010 | 11001100 | 1100000 | 1001 |
Color Harmonies of #011C2E
Complementary color
Monochromatic Colors of #011C2E
Black with #011C2E
Text Example
Text Example
White with #011C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C2E; }
p { color: rgb(1,28,46); }
H1.HeaderClassName
{
color: #011C2E;
}
.AnyTagClassName
{
color: #011C2E;
}
</style>
background-color css
<style>
a { background-color: #011C2E; }
a { background-color: rgb(1,28,46); }
div.DivClassName
{
background-color: #011C2E;
}
.BgClassName
{
background-color: #011C2E;
}
</style>
border-color css
<style>
span { border-color: #011C2E; }
span { border-color: rgb(1,28,46); }
td.TdClassName
{
border-color: #011C2E;
}
.TagClassName
{
border-color: #011C2E;
}
</style>