Shades of Paua #302D48
Tints of Paua #302D48
RGB
CMYK
RGB Variations
Color information
#302D48 (or 0x302D48) is known color: Paua. HEX triplet: 30, 2D and 48. RGB value is (48,45,72). Sum of RGB (Red+Green+Blue) = 48+45+72=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #302D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D48 is #CFD2B7. Grayscale: #303030. Windows color (decimal): -13619896 or 4730160. OLE color: 4730160.
HSL color Cylindrical-coordinate representation of color #302D48: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302D48 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 45 | 72 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.72 |
| HSL | 246.67º | 0.23% | 0.23% | - |
| HSV(B) | 246.67º | 0.38% | 0.28% | - |
| XYZ | 3.33 | 2.97 | 6.53 | - |
| YUV | 48.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 72 | 0.33 | 0.38 | 0 | 0.72 | 246.67 | 0.23 | 0.23 |
| Hex | 30 | 2D | 48 | 21 | 26 | 0 | 48 | F7 | 17 | 17 |
| Octal | 60 | 55 | 110 | 41 | 46 | 0 | 110 | 367 | 27 | 27 |
| Binary | 110000 | 101101 | 1001000 | 100001 | 100110 | 0 | 1001000 | 11110111 | 10111 | 10111 |
Color Harmonies of #302D48
Complementary color
Monochromatic Colors of #302D48
Black with #302D48
Text Example
Text Example
White with #302D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D48; }
p { color: rgb(48,45,72); }
H1.HeaderClassName
{
color: #302D48;
}
.AnyTagClassName
{
color: #302D48;
}
</style>
background-color css
<style>
a { background-color: #302D48; }
a { background-color: rgb(48,45,72); }
div.DivClassName
{
background-color: #302D48;
}
.BgClassName
{
background-color: #302D48;
}
</style>
border-color css
<style>
span { border-color: #302D48; }
span { border-color: rgb(48,45,72); }
td.TdClassName
{
border-color: #302D48;
}
.TagClassName
{
border-color: #302D48;
}
</style>