Shades of Creole #38352F
Tints of Creole #38352F
RGB
CMYK
RGB Variations
Color information
#38352F (or 0x38352F) is known color: Creole. HEX triplet: 38, 35 and 2F. RGB value is (56,53,47). Sum of RGB (Red+Green+Blue) = 56+53+47=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #38352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352F is #C7CAD0. Grayscale: #353535. Windows color (decimal): -13093585 or 3093816. OLE color: 3093816.
HSL color Cylindrical-coordinate representation of color #38352F: hue angle of 40º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38352F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 47 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.78 |
| HSL | 40º | 0.09% | 0.2% | - |
| HSV(B) | 40º | 0.16% | 0.22% | - |
| XYZ | 3.42 | 3.59 | 3.2 | - |
| YUV | 53.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 47 | 0 | 0.05 | 0.16 | 0.78 | 40 | 0.09 | 0.2 |
| Hex | 38 | 35 | 2F | 0 | 5 | 10 | 4E | 28 | 9 | 14 |
| Octal | 70 | 65 | 57 | 0 | 5 | 20 | 116 | 50 | 11 | 24 |
| Binary | 111000 | 110101 | 101111 | 0 | 101 | 10000 | 1001110 | 101000 | 1001 | 10100 |
Color Harmonies of #38352F
Complementary color
Monochromatic Colors of #38352F
Black with #38352F
Text Example
Text Example
White with #38352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38352F; }
p { color: rgb(56,53,47); }
H1.HeaderClassName
{
color: #38352F;
}
.AnyTagClassName
{
color: #38352F;
}
</style>
background-color css
<style>
a { background-color: #38352F; }
a { background-color: rgb(56,53,47); }
div.DivClassName
{
background-color: #38352F;
}
.BgClassName
{
background-color: #38352F;
}
</style>
border-color css
<style>
span { border-color: #38352F; }
span { border-color: rgb(56,53,47); }
td.TdClassName
{
border-color: #38352F;
}
.TagClassName
{
border-color: #38352F;
}
</style>