Shades of Acadia #383633
Tints of Acadia #383633
RGB
CMYK
RGB Variations
Color information
#383633 (or 0x383633) is known color: Acadia. HEX triplet: 38, 36 and 33. RGB value is (56,54,51). Sum of RGB (Red+Green+Blue) = 56+54+51=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383633 is #C7C9CC. Grayscale: #363636. Windows color (decimal): -13093325 or 3356216. OLE color: 3356216.
HSL color Cylindrical-coordinate representation of color #383633: hue angle of 36º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #383633 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 51 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.78 |
| HSL | 36º | 0.05% | 0.21% | - |
| HSV(B) | 36º | 0.09% | 0.22% | - |
| XYZ | 3.55 | 3.72 | 3.66 | - |
| YUV | 54.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 51 | 0 | 0.04 | 0.09 | 0.78 | 36 | 0.05 | 0.21 |
| Hex | 38 | 36 | 33 | 0 | 4 | 9 | 4E | 24 | 5 | 15 |
| Octal | 70 | 66 | 63 | 0 | 4 | 11 | 116 | 44 | 5 | 25 |
| Binary | 111000 | 110110 | 110011 | 0 | 100 | 1001 | 1001110 | 100100 | 101 | 10101 |
Color Harmonies of #383633
Complementary color
Monochromatic Colors of #383633
Black with #383633
Text Example
Text Example
White with #383633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383633; }
p { color: rgb(56,54,51); }
H1.HeaderClassName
{
color: #383633;
}
.AnyTagClassName
{
color: #383633;
}
</style>
background-color css
<style>
a { background-color: #383633; }
a { background-color: rgb(56,54,51); }
div.DivClassName
{
background-color: #383633;
}
.BgClassName
{
background-color: #383633;
}
</style>
border-color css
<style>
span { border-color: #383633; }
span { border-color: rgb(56,54,51); }
td.TdClassName
{
border-color: #383633;
}
.TagClassName
{
border-color: #383633;
}
</style>