Shades of Paua #302955
Tints of Paua #302955
RGB
CMYK
RGB Variations
Color information
#302955 (or 0x302955) is known color: Paua. HEX triplet: 30, 29 and 55. RGB value is (48,41,85). Sum of RGB (Red+Green+Blue) = 48+41+85=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #302955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302955 is #CFD6AA. Grayscale: #2F2F2F. Windows color (decimal): -13620907 or 5581104. OLE color: 5581104.
HSL color Cylindrical-coordinate representation of color #302955: hue angle of 249.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302955 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 41 | 85 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.67 |
| HSL | 249.55º | 0.35% | 0.25% | - |
| HSV(B) | 249.55º | 0.52% | 0.33% | - |
| XYZ | 3.65 | 2.87 | 8.96 | - |
| YUV | 48.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 85 | 0.44 | 0.52 | 0 | 0.67 | 249.55 | 0.35 | 0.25 |
| Hex | 30 | 29 | 55 | 2C | 34 | 0 | 43 | FA | 23 | 19 |
| Octal | 60 | 51 | 125 | 54 | 64 | 0 | 103 | 372 | 43 | 31 |
| Binary | 110000 | 101001 | 1010101 | 101100 | 110100 | 0 | 1000011 | 11111010 | 100011 | 11001 |
Color Harmonies of #302955
Complementary color
Monochromatic Colors of #302955
Black with #302955
Text Example
Text Example
White with #302955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302955; }
p { color: rgb(48,41,85); }
H1.HeaderClassName
{
color: #302955;
}
.AnyTagClassName
{
color: #302955;
}
</style>
background-color css
<style>
a { background-color: #302955; }
a { background-color: rgb(48,41,85); }
div.DivClassName
{
background-color: #302955;
}
.BgClassName
{
background-color: #302955;
}
</style>
border-color css
<style>
span { border-color: #302955; }
span { border-color: rgb(48,41,85); }
td.TdClassName
{
border-color: #302955;
}
.TagClassName
{
border-color: #302955;
}
</style>