Shades of Creole #383024
Tints of Creole #383024
RGB
CMYK
RGB Variations
Color information
#383024 (or 0x383024) is known color: Creole. HEX triplet: 38, 30 and 24. RGB value is (56,48,36). Sum of RGB (Red+Green+Blue) = 56+48+36=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #383024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383024 is #C7CFDB. Grayscale: #313131. Windows color (decimal): -13094876 or 2371640. OLE color: 2371640.
HSL color Cylindrical-coordinate representation of color #383024: hue angle of 36º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383024 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 36 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.78 |
| HSL | 36º | 0.22% | 0.18% | - |
| HSV(B) | 36º | 0.36% | 0.22% | - |
| XYZ | 3.01 | 3.08 | 2.11 | - |
| YUV | 49.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 36 | 0 | 0.14 | 0.36 | 0.78 | 36 | 0.22 | 0.18 |
| Hex | 38 | 30 | 24 | 0 | E | 24 | 4E | 24 | 16 | 12 |
| Octal | 70 | 60 | 44 | 0 | 16 | 44 | 116 | 44 | 26 | 22 |
| Binary | 111000 | 110000 | 100100 | 0 | 1110 | 100100 | 1001110 | 100100 | 10110 | 10010 |
Color Harmonies of #383024
Complementary color
Monochromatic Colors of #383024
Black with #383024
Text Example
Text Example
White with #383024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383024; }
p { color: rgb(56,48,36); }
H1.HeaderClassName
{
color: #383024;
}
.AnyTagClassName
{
color: #383024;
}
</style>
background-color css
<style>
a { background-color: #383024; }
a { background-color: rgb(56,48,36); }
div.DivClassName
{
background-color: #383024;
}
.BgClassName
{
background-color: #383024;
}
</style>
border-color css
<style>
span { border-color: #383024; }
span { border-color: rgb(56,48,36); }
td.TdClassName
{
border-color: #383024;
}
.TagClassName
{
border-color: #383024;
}
</style>