Shades of Bulgarian Rose #3E2324
Tints of Bulgarian Rose #3E2324
RGB
CMYK
RGB Variations
Color information
#3E2324 (or 0x3E2324) is known color: Bulgarian Rose. HEX triplet: 3E, 23 and 24. RGB value is (62,35,36). Sum of RGB (Red+Green+Blue) = 62+35+36=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2324 is #C1DCDB. Grayscale: #2B2B2B. Windows color (decimal): -12704988 or 2368318. OLE color: 2368318.
HSL color Cylindrical-coordinate representation of color #3E2324: hue angle of 357.78º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2324 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 35 | 36 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.76 |
| HSL | 357.78º | 0.28% | 0.19% | - |
| HSV(B) | 357.78º | 0.44% | 0.24% | - |
| XYZ | 2.91 | 2.35 | 1.97 | - |
| YUV | 43.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 36 | 0 | 0.44 | 0.42 | 0.76 | 357.78 | 0.28 | 0.19 |
| Hex | 3E | 23 | 24 | 0 | 2C | 2A | 4C | 166 | 1C | 13 |
| Octal | 76 | 43 | 44 | 0 | 54 | 52 | 114 | 546 | 34 | 23 |
| Binary | 111110 | 100011 | 100100 | 0 | 101100 | 101010 | 1001100 | 101100110 | 11100 | 10011 |
Color Harmonies of #3E2324
Complementary color
Monochromatic Colors of #3E2324
Black with #3E2324
Text Example
Text Example
White with #3E2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2324; }
p { color: rgb(62,35,36); }
H1.HeaderClassName
{
color: #3E2324;
}
.AnyTagClassName
{
color: #3E2324;
}
</style>
background-color css
<style>
a { background-color: #3E2324; }
a { background-color: rgb(62,35,36); }
div.DivClassName
{
background-color: #3E2324;
}
.BgClassName
{
background-color: #3E2324;
}
</style>
border-color css
<style>
span { border-color: #3E2324; }
span { border-color: rgb(62,35,36); }
td.TdClassName
{
border-color: #3E2324;
}
.TagClassName
{
border-color: #3E2324;
}
</style>