Shades of Black Pearl #012534
Tints of Black Pearl #012534
RGB
CMYK
RGB Variations
Color information
#012534 (or 0x012534) is known color: Black Pearl. HEX triplet: 01, 25 and 34. RGB value is (1,37,52). Sum of RGB (Red+Green+Blue) = 1+37+52=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #012534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012534 is #FEDACB. Grayscale: #1B1B1B. Windows color (decimal): -16702156 or 3417345. OLE color: 3417345.
HSL color Cylindrical-coordinate representation of color #012534: hue angle of 197.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012534 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 37 | 52 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.80 |
| HSL | 197.65º | 0.96% | 0.1% | - |
| HSV(B) | 197.65º | 0.98% | 0.2% | - |
| XYZ | 1.29 | 1.58 | 3.49 | - |
| YUV | 27.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 52 | 0.98 | 0.29 | 0 | 0.80 | 197.65 | 0.96 | 0.1 |
| Hex | 1 | 25 | 34 | 62 | 1D | 0 | 50 | C6 | 60 | A |
| Octal | 1 | 45 | 64 | 142 | 35 | 0 | 120 | 306 | 140 | 12 |
| Binary | 1 | 100101 | 110100 | 1100010 | 11101 | 0 | 1010000 | 11000110 | 1100000 | 1010 |
Color Harmonies of #012534
Complementary color
Monochromatic Colors of #012534
Black with #012534
Text Example
Text Example
White with #012534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012534; }
p { color: rgb(1,37,52); }
H1.HeaderClassName
{
color: #012534;
}
.AnyTagClassName
{
color: #012534;
}
</style>
background-color css
<style>
a { background-color: #012534; }
a { background-color: rgb(1,37,52); }
div.DivClassName
{
background-color: #012534;
}
.BgClassName
{
background-color: #012534;
}
</style>
border-color css
<style>
span { border-color: #012534; }
span { border-color: rgb(1,37,52); }
td.TdClassName
{
border-color: #012534;
}
.TagClassName
{
border-color: #012534;
}
</style>