Shades of Black Pearl #00252A
Tints of Black Pearl #00252A
RGB
CMYK
RGB Variations
Color information
#00252A (or 0x00252A) is known color: Black Pearl. HEX triplet: 00, 25 and 2A. RGB value is (0,37,42). Sum of RGB (Red+Green+Blue) = 0+37+42=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #00252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00252A is #FFDAD5. Grayscale: #1A1A1A. Windows color (decimal): -16767702 or 2761984. OLE color: 2761984.
HSL color Cylindrical-coordinate representation of color #00252A: hue angle of 187.14º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00252A is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 37 | 42 | - |
| CMYK | 1 | 0.12 | 0 | 0.84 |
| HSL | 187.14º | 1% | 0.08% | - |
| HSV(B) | 187.14º | 1% | 0.16% | - |
| XYZ | 1.08 | 1.49 | 2.42 | - |
| YUV | 26.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 42 | 1 | 0.12 | 0 | 0.84 | 187.14 | 1 | 0.08 |
| Hex | 0 | 25 | 2A | 64 | C | 0 | 54 | BB | 64 | 8 |
| Octal | 0 | 45 | 52 | 144 | 14 | 0 | 124 | 273 | 144 | 10 |
| Binary | 0 | 100101 | 101010 | 1100100 | 1100 | 0 | 1010100 | 10111011 | 1100100 | 1000 |
Color Harmonies of #00252A
Complementary color
Monochromatic Colors of #00252A
Black with #00252A
Text Example
Text Example
White with #00252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00252A; }
p { color: rgb(0,37,42); }
H1.HeaderClassName
{
color: #00252A;
}
.AnyTagClassName
{
color: #00252A;
}
</style>
background-color css
<style>
a { background-color: #00252A; }
a { background-color: rgb(0,37,42); }
div.DivClassName
{
background-color: #00252A;
}
.BgClassName
{
background-color: #00252A;
}
</style>
border-color css
<style>
span { border-color: #00252A; }
span { border-color: rgb(0,37,42); }
td.TdClassName
{
border-color: #00252A;
}
.TagClassName
{
border-color: #00252A;
}
</style>