Shades of Black Pearl #00222A
Tints of Black Pearl #00222A
RGB
CMYK
RGB Variations
Color information
#00222A (or 0x00222A) is known color: Black Pearl. HEX triplet: 00, 22 and 2A. RGB value is (0,34,42). Sum of RGB (Red+Green+Blue) = 0+34+42=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #00222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00222A is #FFDDD5. Grayscale: #181818. Windows color (decimal): -16768470 or 2761216. OLE color: 2761216.
HSL color Cylindrical-coordinate representation of color #00222A: hue angle of 191.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00222A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 0 | 34 | 42 | - |
CMYK | 1 | 0.19 | 0 | 0.84 |
HSL | 191.43º | 1% | 0.08% | - |
HSV(B) | 191.43º | 1% | 0.16% | - |
XYZ | 0.99 | 1.31 | 2.39 | - |
YUV | 24.75 | 137.74 | 110.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 34 | 42 | 1 | 0.19 | 0 | 0.84 | 191.43 | 1 | 0.08 |
Hex | 0 | 22 | 2A | 64 | 13 | 0 | 54 | BF | 64 | 8 |
Octal | 0 | 42 | 52 | 144 | 23 | 0 | 124 | 277 | 144 | 10 |
Binary | 0 | 100010 | 101010 | 1100100 | 10011 | 0 | 1010100 | 10111111 | 1100100 | 1000 |
Color Harmonies of #00222A
Complementary color
Monochromatic Colors of #00222A
Black with #00222A
Text Example
Text Example
White with #00222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00222A; }
p { color: rgb(0,34,42); }
H1.HeaderClassName
{
color: #00222A;
}
.AnyTagClassName
{
color: #00222A;
}
</style>
background-color css
<style>
a { background-color: #00222A; }
a { background-color: rgb(0,34,42); }
div.DivClassName
{
background-color: #00222A;
}
.BgClassName
{
background-color: #00222A;
}
</style>
border-color css
<style>
span { border-color: #00222A; }
span { border-color: rgb(0,34,42); }
td.TdClassName
{
border-color: #00222A;
}
.TagClassName
{
border-color: #00222A;
}
</style>