Shades of Black Pearl #022A38
Tints of Black Pearl #022A38
RGB
CMYK
RGB Variations
Color information
#022A38 (or 0x022A38) is known color: Black Pearl. HEX triplet: 02, 2A and 38. RGB value is (2,42,56). Sum of RGB (Red+Green+Blue) = 2+42+56=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #022A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A38 is #FDD5C7. Grayscale: #1F1F1F. Windows color (decimal): -16635336 or 3680770. OLE color: 3680770.
HSL color Cylindrical-coordinate representation of color #022A38: hue angle of 195.56º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022A38 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 42 | 56 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.78 |
| HSL | 195.56º | 0.93% | 0.11% | - |
| HSV(B) | 195.56º | 0.96% | 0.22% | - |
| XYZ | 1.57 | 1.95 | 4.04 | - |
| YUV | 31.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 56 | 0.96 | 0.25 | 0 | 0.78 | 195.56 | 0.93 | 0.11 |
| Hex | 2 | 2A | 38 | 60 | 19 | 0 | 4E | C4 | 5D | B |
| Octal | 2 | 52 | 70 | 140 | 31 | 0 | 116 | 304 | 135 | 13 |
| Binary | 10 | 101010 | 111000 | 1100000 | 11001 | 0 | 1001110 | 11000100 | 1011101 | 1011 |
Color Harmonies of #022A38
Complementary color
Monochromatic Colors of #022A38
Black with #022A38
Text Example
Text Example
White with #022A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A38; }
p { color: rgb(2,42,56); }
H1.HeaderClassName
{
color: #022A38;
}
.AnyTagClassName
{
color: #022A38;
}
</style>
background-color css
<style>
a { background-color: #022A38; }
a { background-color: rgb(2,42,56); }
div.DivClassName
{
background-color: #022A38;
}
.BgClassName
{
background-color: #022A38;
}
</style>
border-color css
<style>
span { border-color: #022A38; }
span { border-color: rgb(2,42,56); }
td.TdClassName
{
border-color: #022A38;
}
.TagClassName
{
border-color: #022A38;
}
</style>