Shades of Black Pearl #012531
Tints of Black Pearl #012531
RGB
CMYK
RGB Variations
Color information
#012531 (or 0x012531) is known color: Black Pearl. HEX triplet: 01, 25 and 31. RGB value is (1,37,49). Sum of RGB (Red+Green+Blue) = 1+37+49=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #012531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012531 is #FEDACE. Grayscale: #1B1B1B. Windows color (decimal): -16702159 or 3220737. OLE color: 3220737.
HSL color Cylindrical-coordinate representation of color #012531: hue angle of 195º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012531 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 37 | 49 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.81 |
| HSL | 195º | 0.96% | 0.1% | - |
| HSV(B) | 195º | 0.98% | 0.19% | - |
| XYZ | 1.23 | 1.55 | 3.14 | - |
| YUV | 27.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 49 | 0.98 | 0.24 | 0 | 0.81 | 195 | 0.96 | 0.1 |
| Hex | 1 | 25 | 31 | 62 | 18 | 0 | 51 | C3 | 60 | A |
| Octal | 1 | 45 | 61 | 142 | 30 | 0 | 121 | 303 | 140 | 12 |
| Binary | 1 | 100101 | 110001 | 1100010 | 11000 | 0 | 1010001 | 11000011 | 1100000 | 1010 |
Color Harmonies of #012531
Complementary color
Monochromatic Colors of #012531
Black with #012531
Text Example
Text Example
White with #012531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012531; }
p { color: rgb(1,37,49); }
H1.HeaderClassName
{
color: #012531;
}
.AnyTagClassName
{
color: #012531;
}
</style>
background-color css
<style>
a { background-color: #012531; }
a { background-color: rgb(1,37,49); }
div.DivClassName
{
background-color: #012531;
}
.BgClassName
{
background-color: #012531;
}
</style>
border-color css
<style>
span { border-color: #012531; }
span { border-color: rgb(1,37,49); }
td.TdClassName
{
border-color: #012531;
}
.TagClassName
{
border-color: #012531;
}
</style>