Shades of Acadia #383027
Tints of Acadia #383027
RGB
CMYK
RGB Variations
Color information
#383027 (or 0x383027) is known color: Acadia. HEX triplet: 38, 30 and 27. RGB value is (56,48,39). Sum of RGB (Red+Green+Blue) = 56+48+39=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383027 is #C7CFD8. Grayscale: #313131. Windows color (decimal): -13094873 or 2568248. OLE color: 2568248.
HSL color Cylindrical-coordinate representation of color #383027: hue angle of 31.76º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383027 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 39 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.78 |
| HSL | 31.76º | 0.18% | 0.19% | - |
| HSV(B) | 31.76º | 0.3% | 0.22% | - |
| XYZ | 3.05 | 3.1 | 2.36 | - |
| YUV | 49.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 39 | 0 | 0.14 | 0.30 | 0.78 | 31.76 | 0.18 | 0.19 |
| Hex | 38 | 30 | 27 | 0 | E | 1E | 4E | 20 | 12 | 13 |
| Octal | 70 | 60 | 47 | 0 | 16 | 36 | 116 | 40 | 22 | 23 |
| Binary | 111000 | 110000 | 100111 | 0 | 1110 | 11110 | 1001110 | 100000 | 10010 | 10011 |
Color Harmonies of #383027
Complementary color
Monochromatic Colors of #383027
Black with #383027
Text Example
Text Example
White with #383027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383027; }
p { color: rgb(56,48,39); }
H1.HeaderClassName
{
color: #383027;
}
.AnyTagClassName
{
color: #383027;
}
</style>
background-color css
<style>
a { background-color: #383027; }
a { background-color: rgb(56,48,39); }
div.DivClassName
{
background-color: #383027;
}
.BgClassName
{
background-color: #383027;
}
</style>
border-color css
<style>
span { border-color: #383027; }
span { border-color: rgb(56,48,39); }
td.TdClassName
{
border-color: #383027;
}
.TagClassName
{
border-color: #383027;
}
</style>