Shades of Creole #3A352B
Tints of Creole #3A352B
RGB
CMYK
RGB Variations
Color information
#3A352B (or 0x3A352B) is known color: Creole. HEX triplet: 3A, 35 and 2B. RGB value is (58,53,43). Sum of RGB (Red+Green+Blue) = 58+53+43=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 58 - color contains mainly: red. Hex color #3A352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A352B is #C5CAD4. Grayscale: #353535. Windows color (decimal): -12962517 or 2831674. OLE color: 2831674.
HSL color Cylindrical-coordinate representation of color #3A352B: hue angle of 40º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A352B is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 53 | 43 | - |
CMYK | 0 | 0.09 | 0.26 | 0.77 |
HSL | 40º | 0.15% | 0.2% | - |
HSV(B) | 40º | 0.26% | 0.23% | - |
XYZ | 3.45 | 3.62 | 2.8 | - |
YUV | 53.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 53 | 43 | 0 | 0.09 | 0.26 | 0.77 | 40 | 0.15 | 0.2 |
Hex | 3A | 35 | 2B | 0 | 9 | 1A | 4D | 28 | F | 14 |
Octal | 72 | 65 | 53 | 0 | 11 | 32 | 115 | 50 | 17 | 24 |
Binary | 111010 | 110101 | 101011 | 0 | 1001 | 11010 | 1001101 | 101000 | 1111 | 10100 |
Color Harmonies of #3A352B
Complementary color
Monochromatic Colors of #3A352B
Black with #3A352B
Text Example
Text Example
White with #3A352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A352B; }
p { color: rgb(58,53,43); }
H1.HeaderClassName
{
color: #3A352B;
}
.AnyTagClassName
{
color: #3A352B;
}
</style>
background-color css
<style>
a { background-color: #3A352B; }
a { background-color: rgb(58,53,43); }
div.DivClassName
{
background-color: #3A352B;
}
.BgClassName
{
background-color: #3A352B;
}
</style>
border-color css
<style>
span { border-color: #3A352B; }
span { border-color: rgb(58,53,43); }
td.TdClassName
{
border-color: #3A352B;
}
.TagClassName
{
border-color: #3A352B;
}
</style>