Shades of Paua #22214B
Tints of Paua #22214B
RGB
CMYK
RGB Variations
Color information
#22214B (or 0x22214B) is known color: Paua. HEX triplet: 22, 21 and 4B. RGB value is (34,33,75). Sum of RGB (Red+Green+Blue) = 34+33+75=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #22214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22214B is #DDDEB4. Grayscale: #252525. Windows color (decimal): -14540469 or 4923682. OLE color: 4923682.
HSL color Cylindrical-coordinate representation of color #22214B: hue angle of 241.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22214B is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 33 | 75 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.71 |
| HSL | 241.43º | 0.39% | 0.21% | - |
| HSV(B) | 241.43º | 0.56% | 0.29% | - |
| XYZ | 2.47 | 1.94 | 6.9 | - |
| YUV | 38.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 75 | 0.55 | 0.56 | 0 | 0.71 | 241.43 | 0.39 | 0.21 |
| Hex | 22 | 21 | 4B | 37 | 38 | 0 | 47 | F1 | 27 | 15 |
| Octal | 42 | 41 | 113 | 67 | 70 | 0 | 107 | 361 | 47 | 25 |
| Binary | 100010 | 100001 | 1001011 | 110111 | 111000 | 0 | 1000111 | 11110001 | 100111 | 10101 |
Color Harmonies of #22214B
Complementary color
Monochromatic Colors of #22214B
Black with #22214B
Text Example
Text Example
White with #22214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22214B; }
p { color: rgb(34,33,75); }
H1.HeaderClassName
{
color: #22214B;
}
.AnyTagClassName
{
color: #22214B;
}
</style>
background-color css
<style>
a { background-color: #22214B; }
a { background-color: rgb(34,33,75); }
div.DivClassName
{
background-color: #22214B;
}
.BgClassName
{
background-color: #22214B;
}
</style>
border-color css
<style>
span { border-color: #22214B; }
span { border-color: rgb(34,33,75); }
td.TdClassName
{
border-color: #22214B;
}
.TagClassName
{
border-color: #22214B;
}
</style>