Shades of Black Pearl #001E32
Tints of Black Pearl #001E32
RGB
CMYK
RGB Variations
Color information
#001E32 (or 0x001E32) is known color: Black Pearl. HEX triplet: 00, 1E and 32. RGB value is (0,30,50). Sum of RGB (Red+Green+Blue) = 0+30+50=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #001E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E32 is #FFE1CD. Grayscale: #171717. Windows color (decimal): -16769486 or 3284480. OLE color: 3284480.
HSL color Cylindrical-coordinate representation of color #001E32: hue angle of 204º 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 #001E32 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 30 | 50 | - |
| CMYK | 1 | 0.40 | 0 | 0.80 |
| HSL | 204º | 1% | 0.1% | - |
| HSV(B) | 204º | 1% | 0.2% | - |
| XYZ | 1.04 | 1.16 | 3.19 | - |
| YUV | 23.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 50 | 1 | 0.40 | 0 | 0.80 | 204 | 1 | 0.1 |
| Hex | 0 | 1E | 32 | 64 | 28 | 0 | 50 | CC | 64 | A |
| Octal | 0 | 36 | 62 | 144 | 50 | 0 | 120 | 314 | 144 | 12 |
| Binary | 0 | 11110 | 110010 | 1100100 | 101000 | 0 | 1010000 | 11001100 | 1100100 | 1010 |
Color Harmonies of #001E32
Complementary color
Monochromatic Colors of #001E32
Black with #001E32
Text Example
Text Example
White with #001E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E32; }
p { color: rgb(0,30,50); }
H1.HeaderClassName
{
color: #001E32;
}
.AnyTagClassName
{
color: #001E32;
}
</style>
background-color css
<style>
a { background-color: #001E32; }
a { background-color: rgb(0,30,50); }
div.DivClassName
{
background-color: #001E32;
}
.BgClassName
{
background-color: #001E32;
}
</style>
border-color css
<style>
span { border-color: #001E32; }
span { border-color: rgb(0,30,50); }
td.TdClassName
{
border-color: #001E32;
}
.TagClassName
{
border-color: #001E32;
}
</style>