Shades of Black Pearl #011320
Tints of Black Pearl #011320
RGB
CMYK
RGB Variations
Color information
#011320 (or 0x011320) is known color: Black Pearl. HEX triplet: 01, 13 and 20. RGB value is (1,19,32). Sum of RGB (Red+Green+Blue) = 1+19+32=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #011320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011320 is #FEECDF. Grayscale: #0F0F0F. Windows color (decimal): -16706784 or 2102017. OLE color: 2102017.
HSL color Cylindrical-coordinate representation of color #011320: hue angle of 205.16º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011320 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 19 | 32 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.87 |
| HSL | 205.16º | 0.94% | 0.06% | - |
| HSV(B) | 205.16º | 0.97% | 0.13% | - |
| XYZ | 0.51 | 0.58 | 1.45 | - |
| YUV | 15.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 32 | 0.97 | 0.41 | 0 | 0.87 | 205.16 | 0.94 | 0.06 |
| Hex | 1 | 13 | 20 | 61 | 29 | 0 | 57 | CD | 5E | 6 |
| Octal | 1 | 23 | 40 | 141 | 51 | 0 | 127 | 315 | 136 | 6 |
| Binary | 1 | 10011 | 100000 | 1100001 | 101001 | 0 | 1010111 | 11001101 | 1011110 | 110 |
Color Harmonies of #011320
Complementary color
Monochromatic Colors of #011320
Black with #011320
Text Example
Text Example
White with #011320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011320; }
p { color: rgb(1,19,32); }
H1.HeaderClassName
{
color: #011320;
}
.AnyTagClassName
{
color: #011320;
}
</style>
background-color css
<style>
a { background-color: #011320; }
a { background-color: rgb(1,19,32); }
div.DivClassName
{
background-color: #011320;
}
.BgClassName
{
background-color: #011320;
}
</style>
border-color css
<style>
span { border-color: #011320; }
span { border-color: rgb(1,19,32); }
td.TdClassName
{
border-color: #011320;
}
.TagClassName
{
border-color: #011320;
}
</style>