Shades of Acadia #38322B
Tints of Acadia #38322B
RGB
CMYK
RGB Variations
Color information
#38322B (or 0x38322B) is known color: Acadia. HEX triplet: 38, 32 and 2B. RGB value is (56,50,43). Sum of RGB (Red+Green+Blue) = 56+50+43=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #38322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38322B is #C7CDD4. Grayscale: #333333. Windows color (decimal): -13094357 or 2830904. OLE color: 2830904.
HSL color Cylindrical-coordinate representation of color #38322B: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38322B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 43 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.78 |
| HSL | 32.31º | 0.13% | 0.19% | - |
| HSV(B) | 32.31º | 0.23% | 0.22% | - |
| XYZ | 3.21 | 3.3 | 2.75 | - |
| YUV | 51 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 43 | 0 | 0.11 | 0.23 | 0.78 | 32.31 | 0.13 | 0.19 |
| Hex | 38 | 32 | 2B | 0 | B | 17 | 4E | 20 | D | 13 |
| Octal | 70 | 62 | 53 | 0 | 13 | 27 | 116 | 40 | 15 | 23 |
| Binary | 111000 | 110010 | 101011 | 0 | 1011 | 10111 | 1001110 | 100000 | 1101 | 10011 |
Color Harmonies of #38322B
Complementary color
Monochromatic Colors of #38322B
Black with #38322B
Text Example
Text Example
White with #38322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38322B; }
p { color: rgb(56,50,43); }
H1.HeaderClassName
{
color: #38322B;
}
.AnyTagClassName
{
color: #38322B;
}
</style>
background-color css
<style>
a { background-color: #38322B; }
a { background-color: rgb(56,50,43); }
div.DivClassName
{
background-color: #38322B;
}
.BgClassName
{
background-color: #38322B;
}
</style>
border-color css
<style>
span { border-color: #38322B; }
span { border-color: rgb(56,50,43); }
td.TdClassName
{
border-color: #38322B;
}
.TagClassName
{
border-color: #38322B;
}
</style>