Shades of Black Pearl #002530
Tints of Black Pearl #002530
RGB
CMYK
RGB Variations
Color information
#002530 (or 0x002530) is known color: Black Pearl. HEX triplet: 00, 25 and 30. RGB value is (0,37,48). Sum of RGB (Red+Green+Blue) = 0+37+48=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #002530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002530 is #FFDACF. Grayscale: #1B1B1B. Windows color (decimal): -16767696 or 3155200. OLE color: 3155200.
HSL color Cylindrical-coordinate representation of color #002530: hue angle of 193.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002530 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 37 | 48 | - |
| CMYK | 1 | 0.23 | 0 | 0.81 |
| HSL | 193.75º | 1% | 0.09% | - |
| HSV(B) | 193.75º | 1% | 0.19% | - |
| XYZ | 1.2 | 1.54 | 3.03 | - |
| YUV | 27.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 48 | 1 | 0.23 | 0 | 0.81 | 193.75 | 1 | 0.09 |
| Hex | 0 | 25 | 30 | 64 | 17 | 0 | 51 | C2 | 64 | 9 |
| Octal | 0 | 45 | 60 | 144 | 27 | 0 | 121 | 302 | 144 | 11 |
| Binary | 0 | 100101 | 110000 | 1100100 | 10111 | 0 | 1010001 | 11000010 | 1100100 | 1001 |
Color Harmonies of #002530
Complementary color
Monochromatic Colors of #002530
Black with #002530
Text Example
Text Example
White with #002530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002530; }
p { color: rgb(0,37,48); }
H1.HeaderClassName
{
color: #002530;
}
.AnyTagClassName
{
color: #002530;
}
</style>
background-color css
<style>
a { background-color: #002530; }
a { background-color: rgb(0,37,48); }
div.DivClassName
{
background-color: #002530;
}
.BgClassName
{
background-color: #002530;
}
</style>
border-color css
<style>
span { border-color: #002530; }
span { border-color: rgb(0,37,48); }
td.TdClassName
{
border-color: #002530;
}
.TagClassName
{
border-color: #002530;
}
</style>