Shades of Acadia #332F2B
Tints of Acadia #332F2B
RGB
CMYK
RGB Variations
Color information
#332F2B (or 0x332F2B) is known color: Acadia. HEX triplet: 33, 2F and 2B. RGB value is (51,47,43). Sum of RGB (Red+Green+Blue) = 51+47+43=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 51 - color contains mainly: red. Hex color #332F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F2B is #CCD0D4. Grayscale: #2F2F2F. Windows color (decimal): -13422805 or 2830131. OLE color: 2830131.
HSL color Cylindrical-coordinate representation of color #332F2B: hue angle of 30º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #332F2B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 47 | 43 | - |
CMYK | 0 | 0.08 | 0.16 | 0.8 |
HSL | 30º | 0.09% | 0.18% | - |
HSV(B) | 30º | 0.16% | 0.2% | - |
XYZ | 2.82 | 2.91 | 2.7 | - |
YUV | 47.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 47 | 43 | 0 | 0.08 | 0.16 | 0.8 | 30 | 0.09 | 0.18 |
Hex | 33 | 2F | 2B | 0 | 8 | 10 | 50 | 1E | 9 | 12 |
Octal | 63 | 57 | 53 | 0 | 10 | 20 | 120 | 36 | 11 | 22 |
Binary | 110011 | 101111 | 101011 | 0 | 1000 | 10000 | 1010000 | 11110 | 1001 | 10010 |
Color Harmonies of #332F2B
Complementary color
Monochromatic Colors of #332F2B
Black with #332F2B
Text Example
Text Example
White with #332F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F2B; }
p { color: rgb(51,47,43); }
H1.HeaderClassName
{
color: #332F2B;
}
.AnyTagClassName
{
color: #332F2B;
}
</style>
background-color css
<style>
a { background-color: #332F2B; }
a { background-color: rgb(51,47,43); }
div.DivClassName
{
background-color: #332F2B;
}
.BgClassName
{
background-color: #332F2B;
}
</style>
border-color css
<style>
span { border-color: #332F2B; }
span { border-color: rgb(51,47,43); }
td.TdClassName
{
border-color: #332F2B;
}
.TagClassName
{
border-color: #332F2B;
}
</style>