Shades of Black Pearl #002238
Tints of Black Pearl #002238
RGB
CMYK
RGB Variations
Color information
#002238 (or 0x002238) is known color: Black Pearl. HEX triplet: 00, 22 and 38. RGB value is (0,34,56). Sum of RGB (Red+Green+Blue) = 0+34+56=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #002238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002238 is #FFDDC7. Grayscale: #1A1A1A. Windows color (decimal): -16768456 or 3678720. OLE color: 3678720.
HSL color Cylindrical-coordinate representation of color #002238: hue angle of 203.57º 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 #002238 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 34 | 56 | - |
| CMYK | 1 | 0.39 | 0 | 0.78 |
| HSL | 203.57º | 1% | 0.11% | - |
| HSV(B) | 203.57º | 1% | 0.22% | - |
| XYZ | 1.29 | 1.43 | 3.95 | - |
| YUV | 26.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 56 | 1 | 0.39 | 0 | 0.78 | 203.57 | 1 | 0.11 |
| Hex | 0 | 22 | 38 | 64 | 27 | 0 | 4E | CC | 64 | B |
| Octal | 0 | 42 | 70 | 144 | 47 | 0 | 116 | 314 | 144 | 13 |
| Binary | 0 | 100010 | 111000 | 1100100 | 100111 | 0 | 1001110 | 11001100 | 1100100 | 1011 |
Color Harmonies of #002238
Complementary color
Monochromatic Colors of #002238
Black with #002238
Text Example
Text Example
White with #002238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002238; }
p { color: rgb(0,34,56); }
H1.HeaderClassName
{
color: #002238;
}
.AnyTagClassName
{
color: #002238;
}
</style>
background-color css
<style>
a { background-color: #002238; }
a { background-color: rgb(0,34,56); }
div.DivClassName
{
background-color: #002238;
}
.BgClassName
{
background-color: #002238;
}
</style>
border-color css
<style>
span { border-color: #002238; }
span { border-color: rgb(0,34,56); }
td.TdClassName
{
border-color: #002238;
}
.TagClassName
{
border-color: #002238;
}
</style>