Shades of Acadia #312F2D
Tints of Acadia #312F2D
RGB
CMYK
RGB Variations
Color information
#312F2D (or 0x312F2D) is known color: Acadia. HEX triplet: 31, 2F and 2D. RGB value is (49,47,45). Sum of RGB (Red+Green+Blue) = 49+47+45=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 49 - color contains mainly: red. Hex color #312F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F2D is #CED0D2. Grayscale: #2F2F2F. Windows color (decimal): -13553875 or 2961201. OLE color: 2961201.
HSL color Cylindrical-coordinate representation of color #312F2D: hue angle of 30º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #312F2D is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 49 | 47 | 45 | - |
CMYK | 0 | 0.04 | 0.08 | 0.81 |
HSL | 30º | 0.04% | 0.18% | - |
HSV(B) | 30º | 0.08% | 0.19% | - |
XYZ | 2.76 | 2.88 | 2.89 | - |
YUV | 47.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 47 | 45 | 0 | 0.04 | 0.08 | 0.81 | 30 | 0.04 | 0.18 |
Hex | 31 | 2F | 2D | 0 | 4 | 8 | 51 | 1E | 4 | 12 |
Octal | 61 | 57 | 55 | 0 | 4 | 10 | 121 | 36 | 4 | 22 |
Binary | 110001 | 101111 | 101101 | 0 | 100 | 1000 | 1010001 | 11110 | 100 | 10010 |
Color Harmonies of #312F2D
Complementary color
Monochromatic Colors of #312F2D
Black with #312F2D
Text Example
Text Example
White with #312F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F2D; }
p { color: rgb(49,47,45); }
H1.HeaderClassName
{
color: #312F2D;
}
.AnyTagClassName
{
color: #312F2D;
}
</style>
background-color css
<style>
a { background-color: #312F2D; }
a { background-color: rgb(49,47,45); }
div.DivClassName
{
background-color: #312F2D;
}
.BgClassName
{
background-color: #312F2D;
}
</style>
border-color css
<style>
span { border-color: #312F2D; }
span { border-color: rgb(49,47,45); }
td.TdClassName
{
border-color: #312F2D;
}
.TagClassName
{
border-color: #312F2D;
}
</style>