Shades of Black Pearl #001E25
Tints of Black Pearl #001E25
RGB
CMYK
RGB Variations
Color information
#001E25 (or 0x001E25) is known color: Black Pearl. HEX triplet: 00, 1E and 25. RGB value is (0,30,37). Sum of RGB (Red+Green+Blue) = 0+30+37=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #001E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E25 is #FFE1DA. Grayscale: #151515. Windows color (decimal): -16769499 or 2432512. OLE color: 2432512.
HSL color Cylindrical-coordinate representation of color #001E25: hue angle of 191.35º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E25 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 30 | 37 | - |
| CMYK | 1 | 0.19 | 0 | 0.85 |
| HSL | 191.35º | 1% | 0.07% | - |
| HSV(B) | 191.35º | 1% | 0.15% | - |
| XYZ | 0.8 | 1.06 | 1.91 | - |
| YUV | 21.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 37 | 1 | 0.19 | 0 | 0.85 | 191.35 | 1 | 0.07 |
| Hex | 0 | 1E | 25 | 64 | 13 | 0 | 55 | BF | 64 | 7 |
| Octal | 0 | 36 | 45 | 144 | 23 | 0 | 125 | 277 | 144 | 7 |
| Binary | 0 | 11110 | 100101 | 1100100 | 10011 | 0 | 1010101 | 10111111 | 1100100 | 111 |
Color Harmonies of #001E25
Complementary color
Monochromatic Colors of #001E25
Black with #001E25
Text Example
Text Example
White with #001E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E25; }
p { color: rgb(0,30,37); }
H1.HeaderClassName
{
color: #001E25;
}
.AnyTagClassName
{
color: #001E25;
}
</style>
background-color css
<style>
a { background-color: #001E25; }
a { background-color: rgb(0,30,37); }
div.DivClassName
{
background-color: #001E25;
}
.BgClassName
{
background-color: #001E25;
}
</style>
border-color css
<style>
span { border-color: #001E25; }
span { border-color: rgb(0,30,37); }
td.TdClassName
{
border-color: #001E25;
}
.TagClassName
{
border-color: #001E25;
}
</style>