Shades of Black Pearl #002538
Tints of Black Pearl #002538
RGB
CMYK
RGB Variations
Color information
#002538 (or 0x002538) is known color: Black Pearl. HEX triplet: 00, 25 and 38. RGB value is (0,37,56). Sum of RGB (Red+Green+Blue) = 0+37+56=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #002538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002538 is #FFDAC7. Grayscale: #1B1B1B. Windows color (decimal): -16767688 or 3679488. OLE color: 3679488.
HSL color Cylindrical-coordinate representation of color #002538: hue angle of 200.36º 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 #002538 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 37 | 56 | - |
| CMYK | 1 | 0.34 | 0 | 0.78 |
| HSL | 200.36º | 1% | 0.11% | - |
| HSV(B) | 200.36º | 1% | 0.22% | - |
| XYZ | 1.38 | 1.61 | 3.98 | - |
| YUV | 28.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 56 | 1 | 0.34 | 0 | 0.78 | 200.36 | 1 | 0.11 |
| Hex | 0 | 25 | 38 | 64 | 22 | 0 | 4E | C8 | 64 | B |
| Octal | 0 | 45 | 70 | 144 | 42 | 0 | 116 | 310 | 144 | 13 |
| Binary | 0 | 100101 | 111000 | 1100100 | 100010 | 0 | 1001110 | 11001000 | 1100100 | 1011 |
Color Harmonies of #002538
Complementary color
Monochromatic Colors of #002538
Black with #002538
Text Example
Text Example
White with #002538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002538; }
p { color: rgb(0,37,56); }
H1.HeaderClassName
{
color: #002538;
}
.AnyTagClassName
{
color: #002538;
}
</style>
background-color css
<style>
a { background-color: #002538; }
a { background-color: rgb(0,37,56); }
div.DivClassName
{
background-color: #002538;
}
.BgClassName
{
background-color: #002538;
}
</style>
border-color css
<style>
span { border-color: #002538; }
span { border-color: rgb(0,37,56); }
td.TdClassName
{
border-color: #002538;
}
.TagClassName
{
border-color: #002538;
}
</style>