Shades of Black Pearl #01252A
Tints of Black Pearl #01252A
RGB
CMYK
RGB Variations
Color information
#01252A (or 0x01252A) is known color: Black Pearl. HEX triplet: 01, 25 and 2A. RGB value is (1,37,42). Sum of RGB (Red+Green+Blue) = 1+37+42=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #01252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01252A is #FEDAD5. Grayscale: #1A1A1A. Windows color (decimal): -16702166 or 2761985. OLE color: 2761985.
HSL color Cylindrical-coordinate representation of color #01252A: hue angle of 187.32º 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 #01252A is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 37 | 42 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.84 |
| HSL | 187.32º | 0.95% | 0.08% | - |
| HSV(B) | 187.32º | 0.98% | 0.16% | - |
| XYZ | 1.09 | 1.5 | 2.42 | - |
| YUV | 26.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 42 | 0.98 | 0.12 | 0 | 0.84 | 187.32 | 0.95 | 0.08 |
| Hex | 1 | 25 | 2A | 62 | C | 0 | 54 | BB | 5F | 8 |
| Octal | 1 | 45 | 52 | 142 | 14 | 0 | 124 | 273 | 137 | 10 |
| Binary | 1 | 100101 | 101010 | 1100010 | 1100 | 0 | 1010100 | 10111011 | 1011111 | 1000 |
Color Harmonies of #01252A
Complementary color
Monochromatic Colors of #01252A
Black with #01252A
Text Example
Text Example
White with #01252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01252A; }
p { color: rgb(1,37,42); }
H1.HeaderClassName
{
color: #01252A;
}
.AnyTagClassName
{
color: #01252A;
}
</style>
background-color css
<style>
a { background-color: #01252A; }
a { background-color: rgb(1,37,42); }
div.DivClassName
{
background-color: #01252A;
}
.BgClassName
{
background-color: #01252A;
}
</style>
border-color css
<style>
span { border-color: #01252A; }
span { border-color: rgb(1,37,42); }
td.TdClassName
{
border-color: #01252A;
}
.TagClassName
{
border-color: #01252A;
}
</style>