Shades of Black Pearl #011C37
Tints of Black Pearl #011C37
RGB
CMYK
RGB Variations
Color information
#011C37 (or 0x011C37) is known color: Black Pearl. HEX triplet: 01, 1C and 37. RGB value is (1,28,55). Sum of RGB (Red+Green+Blue) = 1+28+55=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #011C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C37 is #FEE3C8. Grayscale: #161616. Windows color (decimal): -16704457 or 3611649. OLE color: 3611649.
HSL color Cylindrical-coordinate representation of color #011C37: hue angle of 210º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C37 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 28 | 55 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.78 |
| HSL | 210º | 0.96% | 0.11% | - |
| HSV(B) | 210º | 0.98% | 0.22% | - |
| XYZ | 1.12 | 1.11 | 3.77 | - |
| YUV | 23.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 55 | 0.98 | 0.49 | 0 | 0.78 | 210 | 0.96 | 0.11 |
| Hex | 1 | 1C | 37 | 62 | 31 | 0 | 4E | D2 | 60 | B |
| Octal | 1 | 34 | 67 | 142 | 61 | 0 | 116 | 322 | 140 | 13 |
| Binary | 1 | 11100 | 110111 | 1100010 | 110001 | 0 | 1001110 | 11010010 | 1100000 | 1011 |
Color Harmonies of #011C37
Complementary color
Monochromatic Colors of #011C37
Black with #011C37
Text Example
Text Example
White with #011C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C37; }
p { color: rgb(1,28,55); }
H1.HeaderClassName
{
color: #011C37;
}
.AnyTagClassName
{
color: #011C37;
}
</style>
background-color css
<style>
a { background-color: #011C37; }
a { background-color: rgb(1,28,55); }
div.DivClassName
{
background-color: #011C37;
}
.BgClassName
{
background-color: #011C37;
}
</style>
border-color css
<style>
span { border-color: #011C37; }
span { border-color: rgb(1,28,55); }
td.TdClassName
{
border-color: #011C37;
}
.TagClassName
{
border-color: #011C37;
}
</style>