Shades of Paua #302854
Tints of Paua #302854
RGB
CMYK
RGB Variations
Color information
#302854 (or 0x302854) is known color: Paua. HEX triplet: 30, 28 and 54. RGB value is (48,40,84). Sum of RGB (Red+Green+Blue) = 48+40+84=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #302854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302854 is #CFD7AB. Grayscale: #2F2F2F. Windows color (decimal): -13621164 or 5515312. OLE color: 5515312.
HSL color Cylindrical-coordinate representation of color #302854: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302854 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 40 | 84 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.67 |
| HSL | 250.91º | 0.35% | 0.24% | - |
| HSV(B) | 250.91º | 0.52% | 0.33% | - |
| XYZ | 3.58 | 2.79 | 8.74 | - |
| YUV | 47.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 84 | 0.43 | 0.52 | 0 | 0.67 | 250.91 | 0.35 | 0.24 |
| Hex | 30 | 28 | 54 | 2B | 34 | 0 | 43 | FB | 23 | 18 |
| Octal | 60 | 50 | 124 | 53 | 64 | 0 | 103 | 373 | 43 | 30 |
| Binary | 110000 | 101000 | 1010100 | 101011 | 110100 | 0 | 1000011 | 11111011 | 100011 | 11000 |
Color Harmonies of #302854
Complementary color
Monochromatic Colors of #302854
Black with #302854
Text Example
Text Example
White with #302854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302854; }
p { color: rgb(48,40,84); }
H1.HeaderClassName
{
color: #302854;
}
.AnyTagClassName
{
color: #302854;
}
</style>
background-color css
<style>
a { background-color: #302854; }
a { background-color: rgb(48,40,84); }
div.DivClassName
{
background-color: #302854;
}
.BgClassName
{
background-color: #302854;
}
</style>
border-color css
<style>
span { border-color: #302854; }
span { border-color: rgb(48,40,84); }
td.TdClassName
{
border-color: #302854;
}
.TagClassName
{
border-color: #302854;
}
</style>