Shades of Creole #373128
Tints of Creole #373128
RGB
CMYK
RGB Variations
Color information
#373128 (or 0x373128) is known color: Creole. HEX triplet: 37, 31 and 28. RGB value is (55,49,40). Sum of RGB (Red+Green+Blue) = 55+49+40=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #373128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373128 is #C8CED7. Grayscale: #313131. Windows color (decimal): -13160152 or 2634039. OLE color: 2634039.
HSL color Cylindrical-coordinate representation of color #373128: hue angle of 36º degrees, saturation: 0.16, 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 #373128 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 40 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.78 |
| HSL | 36º | 0.16% | 0.19% | - |
| HSV(B) | 36º | 0.27% | 0.22% | - |
| XYZ | 3.06 | 3.16 | 2.46 | - |
| YUV | 49.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 40 | 0 | 0.11 | 0.27 | 0.78 | 36 | 0.16 | 0.19 |
| Hex | 37 | 31 | 28 | 0 | B | 1B | 4E | 24 | 10 | 13 |
| Octal | 67 | 61 | 50 | 0 | 13 | 33 | 116 | 44 | 20 | 23 |
| Binary | 110111 | 110001 | 101000 | 0 | 1011 | 11011 | 1001110 | 100100 | 10000 | 10011 |
Color Harmonies of #373128
Complementary color
Monochromatic Colors of #373128
Black with #373128
Text Example
Text Example
White with #373128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373128; }
p { color: rgb(55,49,40); }
H1.HeaderClassName
{
color: #373128;
}
.AnyTagClassName
{
color: #373128;
}
</style>
background-color css
<style>
a { background-color: #373128; }
a { background-color: rgb(55,49,40); }
div.DivClassName
{
background-color: #373128;
}
.BgClassName
{
background-color: #373128;
}
</style>
border-color css
<style>
span { border-color: #373128; }
span { border-color: rgb(55,49,40); }
td.TdClassName
{
border-color: #373128;
}
.TagClassName
{
border-color: #373128;
}
</style>