Shades of Black Pearl #022630
Tints of Black Pearl #022630
RGB
CMYK
RGB Variations
Color information
#022630 (or 0x022630) is known color: Black Pearl. HEX triplet: 02, 26 and 30. RGB value is (2,38,48). Sum of RGB (Red+Green+Blue) = 2+38+48=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #022630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022630 is #FDD9CF. Grayscale: #1C1C1C. Windows color (decimal): -16636368 or 3155458. OLE color: 3155458.
HSL color Cylindrical-coordinate representation of color #022630: hue angle of 193.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022630 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 38 | 48 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.81 |
| HSL | 193.04º | 0.92% | 0.1% | - |
| HSV(B) | 193.04º | 0.96% | 0.19% | - |
| XYZ | 1.25 | 1.61 | 3.04 | - |
| YUV | 28.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 48 | 0.96 | 0.21 | 0 | 0.81 | 193.04 | 0.92 | 0.1 |
| Hex | 2 | 26 | 30 | 60 | 15 | 0 | 51 | C1 | 5C | A |
| Octal | 2 | 46 | 60 | 140 | 25 | 0 | 121 | 301 | 134 | 12 |
| Binary | 10 | 100110 | 110000 | 1100000 | 10101 | 0 | 1010001 | 11000001 | 1011100 | 1010 |
Color Harmonies of #022630
Complementary color
Monochromatic Colors of #022630
Black with #022630
Text Example
Text Example
White with #022630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022630; }
p { color: rgb(2,38,48); }
H1.HeaderClassName
{
color: #022630;
}
.AnyTagClassName
{
color: #022630;
}
</style>
background-color css
<style>
a { background-color: #022630; }
a { background-color: rgb(2,38,48); }
div.DivClassName
{
background-color: #022630;
}
.BgClassName
{
background-color: #022630;
}
</style>
border-color css
<style>
span { border-color: #022630; }
span { border-color: rgb(2,38,48); }
td.TdClassName
{
border-color: #022630;
}
.TagClassName
{
border-color: #022630;
}
</style>