Shades of Black Pearl #001837
Tints of Black Pearl #001837
RGB
CMYK
RGB Variations
Color information
#001837 (or 0x001837) is known color: Black Pearl. HEX triplet: 00, 18 and 37. RGB value is (0,24,55). Sum of RGB (Red+Green+Blue) = 0+24+55=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #001837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001837 is #FFE7C8. Grayscale: #141414. Windows color (decimal): -16771017 or 3610624. OLE color: 3610624.
HSL color Cylindrical-coordinate representation of color #001837: hue angle of 213.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001837 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 24 | 55 | - |
| CMYK | 1 | 0.56 | 0 | 0.78 |
| HSL | 213.82º | 1% | 0.11% | - |
| HSV(B) | 213.82º | 1% | 0.22% | - |
| XYZ | 1.02 | 0.93 | 3.74 | - |
| YUV | 20.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 55 | 1 | 0.56 | 0 | 0.78 | 213.82 | 1 | 0.11 |
| Hex | 0 | 18 | 37 | 64 | 38 | 0 | 4E | D6 | 64 | B |
| Octal | 0 | 30 | 67 | 144 | 70 | 0 | 116 | 326 | 144 | 13 |
| Binary | 0 | 11000 | 110111 | 1100100 | 111000 | 0 | 1001110 | 11010110 | 1100100 | 1011 |
Color Harmonies of #001837
Complementary color
Monochromatic Colors of #001837
Black with #001837
Text Example
Text Example
White with #001837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001837; }
p { color: rgb(0,24,55); }
H1.HeaderClassName
{
color: #001837;
}
.AnyTagClassName
{
color: #001837;
}
</style>
background-color css
<style>
a { background-color: #001837; }
a { background-color: rgb(0,24,55); }
div.DivClassName
{
background-color: #001837;
}
.BgClassName
{
background-color: #001837;
}
</style>
border-color css
<style>
span { border-color: #001837; }
span { border-color: rgb(0,24,55); }
td.TdClassName
{
border-color: #001837;
}
.TagClassName
{
border-color: #001837;
}
</style>