Shades of Black Pearl #002534
Tints of Black Pearl #002534
RGB
CMYK
RGB Variations
Color information
#002534 (or 0x002534) is known color: Black Pearl. HEX triplet: 00, 25 and 34. RGB value is (0,37,52). Sum of RGB (Red+Green+Blue) = 0+37+52=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #002534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002534 is #FFDACB. Grayscale: #1B1B1B. Windows color (decimal): -16767692 or 3417344. OLE color: 3417344.
HSL color Cylindrical-coordinate representation of color #002534: hue angle of 197.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002534 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 37 | 52 | - |
| CMYK | 1 | 0.29 | 0 | 0.80 |
| HSL | 197.31º | 1% | 0.1% | - |
| HSV(B) | 197.31º | 1% | 0.2% | - |
| XYZ | 1.28 | 1.57 | 3.48 | - |
| YUV | 27.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 52 | 1 | 0.29 | 0 | 0.80 | 197.31 | 1 | 0.1 |
| Hex | 0 | 25 | 34 | 64 | 1D | 0 | 50 | C5 | 64 | A |
| Octal | 0 | 45 | 64 | 144 | 35 | 0 | 120 | 305 | 144 | 12 |
| Binary | 0 | 100101 | 110100 | 1100100 | 11101 | 0 | 1010000 | 11000101 | 1100100 | 1010 |
Color Harmonies of #002534
Complementary color
Monochromatic Colors of #002534
Black with #002534
Text Example
Text Example
White with #002534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002534; }
p { color: rgb(0,37,52); }
H1.HeaderClassName
{
color: #002534;
}
.AnyTagClassName
{
color: #002534;
}
</style>
background-color css
<style>
a { background-color: #002534; }
a { background-color: rgb(0,37,52); }
div.DivClassName
{
background-color: #002534;
}
.BgClassName
{
background-color: #002534;
}
</style>
border-color css
<style>
span { border-color: #002534; }
span { border-color: rgb(0,37,52); }
td.TdClassName
{
border-color: #002534;
}
.TagClassName
{
border-color: #002534;
}
</style>