Shades of Black Pearl #011C36
Tints of Black Pearl #011C36
RGB
CMYK
RGB Variations
Color information
#011C36 (or 0x011C36) is known color: Black Pearl. HEX triplet: 01, 1C and 36. RGB value is (1,28,54). Sum of RGB (Red+Green+Blue) = 1+28+54=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #011C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C36 is #FEE3C9. Grayscale: #161616. Windows color (decimal): -16704458 or 3546113. OLE color: 3546113.
HSL color Cylindrical-coordinate representation of color #011C36: hue angle of 209.43º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C36 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 28 | 54 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.79 |
| HSL | 209.43º | 0.96% | 0.11% | - |
| HSV(B) | 209.43º | 0.98% | 0.21% | - |
| XYZ | 1.09 | 1.1 | 3.65 | - |
| YUV | 22.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 54 | 0.98 | 0.48 | 0 | 0.79 | 209.43 | 0.96 | 0.11 |
| Hex | 1 | 1C | 36 | 62 | 30 | 0 | 4F | D1 | 60 | B |
| Octal | 1 | 34 | 66 | 142 | 60 | 0 | 117 | 321 | 140 | 13 |
| Binary | 1 | 11100 | 110110 | 1100010 | 110000 | 0 | 1001111 | 11010001 | 1100000 | 1011 |
Color Harmonies of #011C36
Complementary color
Monochromatic Colors of #011C36
Black with #011C36
Text Example
Text Example
White with #011C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C36; }
p { color: rgb(1,28,54); }
H1.HeaderClassName
{
color: #011C36;
}
.AnyTagClassName
{
color: #011C36;
}
</style>
background-color css
<style>
a { background-color: #011C36; }
a { background-color: rgb(1,28,54); }
div.DivClassName
{
background-color: #011C36;
}
.BgClassName
{
background-color: #011C36;
}
</style>
border-color css
<style>
span { border-color: #011C36; }
span { border-color: rgb(1,28,54); }
td.TdClassName
{
border-color: #011C36;
}
.TagClassName
{
border-color: #011C36;
}
</style>