Shades of Paua #312D4B
Tints of Paua #312D4B
RGB
CMYK
RGB Variations
Color information
#312D4B (or 0x312D4B) is known color: Paua. HEX triplet: 31, 2D and 4B. RGB value is (49,45,75). Sum of RGB (Red+Green+Blue) = 49+45+75=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #312D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D4B is #CED2B4. Grayscale: #313131. Windows color (decimal): -13554357 or 4926769. OLE color: 4926769.
HSL color Cylindrical-coordinate representation of color #312D4B: hue angle of 248º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #312D4B is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 45 | 75 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.71 |
| HSL | 248º | 0.25% | 0.24% | - |
| HSV(B) | 248º | 0.4% | 0.29% | - |
| XYZ | 3.48 | 3.04 | 7.06 | - |
| YUV | 49.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 75 | 0.35 | 0.40 | 0 | 0.71 | 248 | 0.25 | 0.24 |
| Hex | 31 | 2D | 4B | 23 | 28 | 0 | 47 | F8 | 19 | 18 |
| Octal | 61 | 55 | 113 | 43 | 50 | 0 | 107 | 370 | 31 | 30 |
| Binary | 110001 | 101101 | 1001011 | 100011 | 101000 | 0 | 1000111 | 11111000 | 11001 | 11000 |
Color Harmonies of #312D4B
Complementary color
Monochromatic Colors of #312D4B
Black with #312D4B
Text Example
Text Example
White with #312D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D4B; }
p { color: rgb(49,45,75); }
H1.HeaderClassName
{
color: #312D4B;
}
.AnyTagClassName
{
color: #312D4B;
}
</style>
background-color css
<style>
a { background-color: #312D4B; }
a { background-color: rgb(49,45,75); }
div.DivClassName
{
background-color: #312D4B;
}
.BgClassName
{
background-color: #312D4B;
}
</style>
border-color css
<style>
span { border-color: #312D4B; }
span { border-color: rgb(49,45,75); }
td.TdClassName
{
border-color: #312D4B;
}
.TagClassName
{
border-color: #312D4B;
}
</style>