Shades of Black Pearl #002138
Tints of Black Pearl #002138
RGB
CMYK
RGB Variations
Color information
#002138 (or 0x002138) is known color: Black Pearl. HEX triplet: 00, 21 and 38. RGB value is (0,33,56). Sum of RGB (Red+Green+Blue) = 0+33+56=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #002138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002138 is #FFDEC7. Grayscale: #191919. Windows color (decimal): -16768712 or 3678464. OLE color: 3678464.
HSL color Cylindrical-coordinate representation of color #002138: hue angle of 204.64º 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 #002138 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 33 | 56 | - |
| CMYK | 1 | 0.41 | 0 | 0.78 |
| HSL | 204.64º | 1% | 0.11% | - |
| HSV(B) | 204.64º | 1% | 0.22% | - |
| XYZ | 1.26 | 1.37 | 3.94 | - |
| YUV | 25.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 56 | 1 | 0.41 | 0 | 0.78 | 204.64 | 1 | 0.11 |
| Hex | 0 | 21 | 38 | 64 | 29 | 0 | 4E | CD | 64 | B |
| Octal | 0 | 41 | 70 | 144 | 51 | 0 | 116 | 315 | 144 | 13 |
| Binary | 0 | 100001 | 111000 | 1100100 | 101001 | 0 | 1001110 | 11001101 | 1100100 | 1011 |
Color Harmonies of #002138
Complementary color
Monochromatic Colors of #002138
Black with #002138
Text Example
Text Example
White with #002138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002138; }
p { color: rgb(0,33,56); }
H1.HeaderClassName
{
color: #002138;
}
.AnyTagClassName
{
color: #002138;
}
</style>
background-color css
<style>
a { background-color: #002138; }
a { background-color: rgb(0,33,56); }
div.DivClassName
{
background-color: #002138;
}
.BgClassName
{
background-color: #002138;
}
</style>
border-color css
<style>
span { border-color: #002138; }
span { border-color: rgb(0,33,56); }
td.TdClassName
{
border-color: #002138;
}
.TagClassName
{
border-color: #002138;
}
</style>