Shades of Black Pearl #011626
Tints of Black Pearl #011626
RGB
CMYK
RGB Variations
Color information
#011626 (or 0x011626) is known color: Black Pearl. HEX triplet: 01, 16 and 26. RGB value is (1,22,38). Sum of RGB (Red+Green+Blue) = 1+22+38=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #011626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011626 is #FEE9D9. Grayscale: #111111. Windows color (decimal): -16706010 or 2496001. OLE color: 2496001.
HSL color Cylindrical-coordinate representation of color #011626: hue angle of 205.95º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011626 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 22 | 38 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.85 |
| HSL | 205.95º | 0.95% | 0.08% | - |
| HSV(B) | 205.95º | 0.97% | 0.15% | - |
| XYZ | 0.65 | 0.72 | 1.94 | - |
| YUV | 17.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 38 | 0.97 | 0.42 | 0 | 0.85 | 205.95 | 0.95 | 0.08 |
| Hex | 1 | 16 | 26 | 61 | 2A | 0 | 55 | CE | 5F | 8 |
| Octal | 1 | 26 | 46 | 141 | 52 | 0 | 125 | 316 | 137 | 10 |
| Binary | 1 | 10110 | 100110 | 1100001 | 101010 | 0 | 1010101 | 11001110 | 1011111 | 1000 |
Color Harmonies of #011626
Complementary color
Monochromatic Colors of #011626
Black with #011626
Text Example
Text Example
White with #011626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011626; }
p { color: rgb(1,22,38); }
H1.HeaderClassName
{
color: #011626;
}
.AnyTagClassName
{
color: #011626;
}
</style>
background-color css
<style>
a { background-color: #011626; }
a { background-color: rgb(1,22,38); }
div.DivClassName
{
background-color: #011626;
}
.BgClassName
{
background-color: #011626;
}
</style>
border-color css
<style>
span { border-color: #011626; }
span { border-color: rgb(1,22,38); }
td.TdClassName
{
border-color: #011626;
}
.TagClassName
{
border-color: #011626;
}
</style>