Shades of Black Pearl #012528
Tints of Black Pearl #012528
RGB
CMYK
RGB Variations
Color information
#012528 (or 0x012528) is known color: Black Pearl. HEX triplet: 01, 25 and 28. RGB value is (1,37,40). Sum of RGB (Red+Green+Blue) = 1+37+40=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #012528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012528 is #FEDAD7. Grayscale: #1A1A1A. Windows color (decimal): -16702168 or 2630913. OLE color: 2630913.
HSL color Cylindrical-coordinate representation of color #012528: hue angle of 184.62º 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 #012528 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 37 | 40 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.84 |
| HSL | 184.62º | 0.95% | 0.08% | - |
| HSV(B) | 184.62º | 0.98% | 0.16% | - |
| XYZ | 1.06 | 1.48 | 2.24 | - |
| YUV | 26.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 40 | 0.98 | 0.07 | 0 | 0.84 | 184.62 | 0.95 | 0.08 |
| Hex | 1 | 25 | 28 | 62 | 7 | 0 | 54 | B9 | 5F | 8 |
| Octal | 1 | 45 | 50 | 142 | 7 | 0 | 124 | 271 | 137 | 10 |
| Binary | 1 | 100101 | 101000 | 1100010 | 111 | 0 | 1010100 | 10111001 | 1011111 | 1000 |
Color Harmonies of #012528
Complementary color
Monochromatic Colors of #012528
Black with #012528
Text Example
Text Example
White with #012528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012528; }
p { color: rgb(1,37,40); }
H1.HeaderClassName
{
color: #012528;
}
.AnyTagClassName
{
color: #012528;
}
</style>
background-color css
<style>
a { background-color: #012528; }
a { background-color: rgb(1,37,40); }
div.DivClassName
{
background-color: #012528;
}
.BgClassName
{
background-color: #012528;
}
</style>
border-color css
<style>
span { border-color: #012528; }
span { border-color: rgb(1,37,40); }
td.TdClassName
{
border-color: #012528;
}
.TagClassName
{
border-color: #012528;
}
</style>