Shades of Acadia #383530
Tints of Acadia #383530
RGB
CMYK
RGB Variations
Color information
#383530 (or 0x383530) is known color: Acadia. HEX triplet: 38, 35 and 30. RGB value is (56,53,48). Sum of RGB (Red+Green+Blue) = 56+53+48=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #383530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383530 is #C7CACF. Grayscale: #353535. Windows color (decimal): -13093584 or 3159352. OLE color: 3159352.
HSL color Cylindrical-coordinate representation of color #383530: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383530 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 48 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.78 |
| HSL | 37.5º | 0.08% | 0.2% | - |
| HSV(B) | 37.5º | 0.14% | 0.22% | - |
| XYZ | 3.44 | 3.6 | 3.31 | - |
| YUV | 53.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 48 | 0 | 0.05 | 0.14 | 0.78 | 37.5 | 0.08 | 0.2 |
| Hex | 38 | 35 | 30 | 0 | 5 | E | 4E | 26 | 8 | 14 |
| Octal | 70 | 65 | 60 | 0 | 5 | 16 | 116 | 46 | 10 | 24 |
| Binary | 111000 | 110101 | 110000 | 0 | 101 | 1110 | 1001110 | 100110 | 1000 | 10100 |
Color Harmonies of #383530
Complementary color
Monochromatic Colors of #383530
Black with #383530
Text Example
Text Example
White with #383530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383530; }
p { color: rgb(56,53,48); }
H1.HeaderClassName
{
color: #383530;
}
.AnyTagClassName
{
color: #383530;
}
</style>
background-color css
<style>
a { background-color: #383530; }
a { background-color: rgb(56,53,48); }
div.DivClassName
{
background-color: #383530;
}
.BgClassName
{
background-color: #383530;
}
</style>
border-color css
<style>
span { border-color: #383530; }
span { border-color: rgb(56,53,48); }
td.TdClassName
{
border-color: #383530;
}
.TagClassName
{
border-color: #383530;
}
</style>