Shades of Paua #353353
Tints of Paua #353353
RGB
CMYK
RGB Variations
Color information
#353353 (or 0x353353) is known color: Paua. HEX triplet: 35, 33 and 53. RGB value is (53,51,83). Sum of RGB (Red+Green+Blue) = 53+51+83=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #353353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353353 is #CACCAC. Grayscale: #373737. Windows color (decimal): -13290669 or 5452597. OLE color: 5452597.
HSL color Cylindrical-coordinate representation of color #353353: hue angle of 243.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353353 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 51 | 83 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.67 |
| HSL | 243.75º | 0.24% | 0.26% | - |
| HSV(B) | 243.75º | 0.39% | 0.33% | - |
| XYZ | 4.21 | 3.75 | 8.69 | - |
| YUV | 55.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 83 | 0.36 | 0.39 | 0 | 0.67 | 243.75 | 0.24 | 0.26 |
| Hex | 35 | 33 | 53 | 24 | 27 | 0 | 43 | F4 | 18 | 1A |
| Octal | 65 | 63 | 123 | 44 | 47 | 0 | 103 | 364 | 30 | 32 |
| Binary | 110101 | 110011 | 1010011 | 100100 | 100111 | 0 | 1000011 | 11110100 | 11000 | 11010 |
Color Harmonies of #353353
Complementary color
Monochromatic Colors of #353353
Black with #353353
Text Example
Text Example
White with #353353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353353; }
p { color: rgb(53,51,83); }
H1.HeaderClassName
{
color: #353353;
}
.AnyTagClassName
{
color: #353353;
}
</style>
background-color css
<style>
a { background-color: #353353; }
a { background-color: rgb(53,51,83); }
div.DivClassName
{
background-color: #353353;
}
.BgClassName
{
background-color: #353353;
}
</style>
border-color css
<style>
span { border-color: #353353; }
span { border-color: rgb(53,51,83); }
td.TdClassName
{
border-color: #353353;
}
.TagClassName
{
border-color: #353353;
}
</style>