Shades of Black Pearl #002038
Tints of Black Pearl #002038
RGB
CMYK
RGB Variations
Color information
#002038 (or 0x002038) is known color: Black Pearl. HEX triplet: 00, 20 and 38. RGB value is (0,32,56). Sum of RGB (Red+Green+Blue) = 0+32+56=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #002038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002038 is #FFDFC7. Grayscale: #191919. Windows color (decimal): -16768968 or 3678208. OLE color: 3678208.
HSL color Cylindrical-coordinate representation of color #002038: hue angle of 205.71º 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 #002038 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 32 | 56 | - |
| CMYK | 1 | 0.43 | 0 | 0.78 |
| HSL | 205.71º | 1% | 0.11% | - |
| HSV(B) | 205.71º | 1% | 0.22% | - |
| XYZ | 1.23 | 1.32 | 3.93 | - |
| YUV | 25.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 56 | 1 | 0.43 | 0 | 0.78 | 205.71 | 1 | 0.11 |
| Hex | 0 | 20 | 38 | 64 | 2B | 0 | 4E | CE | 64 | B |
| Octal | 0 | 40 | 70 | 144 | 53 | 0 | 116 | 316 | 144 | 13 |
| Binary | 0 | 100000 | 111000 | 1100100 | 101011 | 0 | 1001110 | 11001110 | 1100100 | 1011 |
Color Harmonies of #002038
Complementary color
Monochromatic Colors of #002038
Black with #002038
Text Example
Text Example
White with #002038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002038; }
p { color: rgb(0,32,56); }
H1.HeaderClassName
{
color: #002038;
}
.AnyTagClassName
{
color: #002038;
}
</style>
background-color css
<style>
a { background-color: #002038; }
a { background-color: rgb(0,32,56); }
div.DivClassName
{
background-color: #002038;
}
.BgClassName
{
background-color: #002038;
}
</style>
border-color css
<style>
span { border-color: #002038; }
span { border-color: rgb(0,32,56); }
td.TdClassName
{
border-color: #002038;
}
.TagClassName
{
border-color: #002038;
}
</style>