Shades of Black Pearl #012128
Tints of Black Pearl #012128
RGB
CMYK
RGB Variations
Color information
#012128 (or 0x012128) is known color: Black Pearl. HEX triplet: 01, 21 and 28. RGB value is (1,33,40). Sum of RGB (Red+Green+Blue) = 1+33+40=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #012128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012128 is #FEDED7. Grayscale: #181818. Windows color (decimal): -16703192 or 2629889. OLE color: 2629889.
HSL color Cylindrical-coordinate representation of color #012128: hue angle of 190.77º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012128 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 33 | 40 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.84 |
| HSL | 190.77º | 0.95% | 0.08% | - |
| HSV(B) | 190.77º | 0.98% | 0.16% | - |
| XYZ | 0.94 | 1.25 | 2.2 | - |
| YUV | 24.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 40 | 0.98 | 0.17 | 0 | 0.84 | 190.77 | 0.95 | 0.08 |
| Hex | 1 | 21 | 28 | 62 | 11 | 0 | 54 | BF | 5F | 8 |
| Octal | 1 | 41 | 50 | 142 | 21 | 0 | 124 | 277 | 137 | 10 |
| Binary | 1 | 100001 | 101000 | 1100010 | 10001 | 0 | 1010100 | 10111111 | 1011111 | 1000 |
Color Harmonies of #012128
Complementary color
Monochromatic Colors of #012128
Black with #012128
Text Example
Text Example
White with #012128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012128; }
p { color: rgb(1,33,40); }
H1.HeaderClassName
{
color: #012128;
}
.AnyTagClassName
{
color: #012128;
}
</style>
background-color css
<style>
a { background-color: #012128; }
a { background-color: rgb(1,33,40); }
div.DivClassName
{
background-color: #012128;
}
.BgClassName
{
background-color: #012128;
}
</style>
border-color css
<style>
span { border-color: #012128; }
span { border-color: rgb(1,33,40); }
td.TdClassName
{
border-color: #012128;
}
.TagClassName
{
border-color: #012128;
}
</style>