Shades of Black Pearl #001634
Tints of Black Pearl #001634
RGB
CMYK
RGB Variations
Color information
#001634 (or 0x001634) is known color: Black Pearl. HEX triplet: 00, 16 and 34. RGB value is (0,22,52). Sum of RGB (Red+Green+Blue) = 0+22+52=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #001634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001634 is #FFE9CB. Grayscale: #121212. Windows color (decimal): -16771532 or 3413504. OLE color: 3413504.
HSL color Cylindrical-coordinate representation of color #001634: hue angle of 214.62º 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 #001634 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 22 | 52 | - |
| CMYK | 1 | 0.58 | 0 | 0.80 |
| HSL | 214.62º | 1% | 0.1% | - |
| HSV(B) | 214.62º | 1% | 0.2% | - |
| XYZ | 0.91 | 0.82 | 3.36 | - |
| YUV | 18.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 52 | 1 | 0.58 | 0 | 0.80 | 214.62 | 1 | 0.1 |
| Hex | 0 | 16 | 34 | 64 | 3A | 0 | 50 | D7 | 64 | A |
| Octal | 0 | 26 | 64 | 144 | 72 | 0 | 120 | 327 | 144 | 12 |
| Binary | 0 | 10110 | 110100 | 1100100 | 111010 | 0 | 1010000 | 11010111 | 1100100 | 1010 |
Color Harmonies of #001634
Complementary color
Monochromatic Colors of #001634
Black with #001634
Text Example
Text Example
White with #001634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001634; }
p { color: rgb(0,22,52); }
H1.HeaderClassName
{
color: #001634;
}
.AnyTagClassName
{
color: #001634;
}
</style>
background-color css
<style>
a { background-color: #001634; }
a { background-color: rgb(0,22,52); }
div.DivClassName
{
background-color: #001634;
}
.BgClassName
{
background-color: #001634;
}
</style>
border-color css
<style>
span { border-color: #001634; }
span { border-color: rgb(0,22,52); }
td.TdClassName
{
border-color: #001634;
}
.TagClassName
{
border-color: #001634;
}
</style>