Shades of Creole #383229
Tints of Creole #383229
RGB
CMYK
RGB Variations
Color information
#383229 (or 0x383229) is known color: Creole. HEX triplet: 38, 32 and 29. RGB value is (56,50,41). Sum of RGB (Red+Green+Blue) = 56+50+41=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #383229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383229 is #C7CDD6. Grayscale: #323232. Windows color (decimal): -13094359 or 2699832. OLE color: 2699832.
HSL color Cylindrical-coordinate representation of color #383229: hue angle of 36º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383229 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 41 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.78 |
| HSL | 36º | 0.15% | 0.19% | - |
| HSV(B) | 36º | 0.27% | 0.22% | - |
| XYZ | 3.17 | 3.28 | 2.56 | - |
| YUV | 50.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 41 | 0 | 0.11 | 0.27 | 0.78 | 36 | 0.15 | 0.19 |
| Hex | 38 | 32 | 29 | 0 | B | 1B | 4E | 24 | F | 13 |
| Octal | 70 | 62 | 51 | 0 | 13 | 33 | 116 | 44 | 17 | 23 |
| Binary | 111000 | 110010 | 101001 | 0 | 1011 | 11011 | 1001110 | 100100 | 1111 | 10011 |
Color Harmonies of #383229
Complementary color
Monochromatic Colors of #383229
Black with #383229
Text Example
Text Example
White with #383229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383229; }
p { color: rgb(56,50,41); }
H1.HeaderClassName
{
color: #383229;
}
.AnyTagClassName
{
color: #383229;
}
</style>
background-color css
<style>
a { background-color: #383229; }
a { background-color: rgb(56,50,41); }
div.DivClassName
{
background-color: #383229;
}
.BgClassName
{
background-color: #383229;
}
</style>
border-color css
<style>
span { border-color: #383229; }
span { border-color: rgb(56,50,41); }
td.TdClassName
{
border-color: #383229;
}
.TagClassName
{
border-color: #383229;
}
</style>