Shades of Bulgarian Rose #3D2223
Tints of Bulgarian Rose #3D2223
RGB
CMYK
RGB Variations
Color information
#3D2223 (or 0x3D2223) is known color: Bulgarian Rose. HEX triplet: 3D, 22 and 23. RGB value is (61,34,35). Sum of RGB (Red+Green+Blue) = 61+34+35=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2223 is #C2DDDC. Grayscale: #2A2A2A. Windows color (decimal): -12770781 or 2302525. OLE color: 2302525.
HSL color Cylindrical-coordinate representation of color #3D2223: 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 #3D2223 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 35 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.76 |
| HSL | 357.78º | 0.28% | 0.19% | - |
| HSV(B) | 357.78º | 0.44% | 0.24% | - |
| XYZ | 2.8 | 2.26 | 1.88 | - |
| YUV | 42.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 35 | 0 | 0.44 | 0.43 | 0.76 | 357.78 | 0.28 | 0.19 |
| Hex | 3D | 22 | 23 | 0 | 2C | 2B | 4C | 166 | 1C | 13 |
| Octal | 75 | 42 | 43 | 0 | 54 | 53 | 114 | 546 | 34 | 23 |
| Binary | 111101 | 100010 | 100011 | 0 | 101100 | 101011 | 1001100 | 101100110 | 11100 | 10011 |
Color Harmonies of #3D2223
Complementary color
Monochromatic Colors of #3D2223
Black with #3D2223
Text Example
Text Example
White with #3D2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2223; }
p { color: rgb(61,34,35); }
H1.HeaderClassName
{
color: #3D2223;
}
.AnyTagClassName
{
color: #3D2223;
}
</style>
background-color css
<style>
a { background-color: #3D2223; }
a { background-color: rgb(61,34,35); }
div.DivClassName
{
background-color: #3D2223;
}
.BgClassName
{
background-color: #3D2223;
}
</style>
border-color css
<style>
span { border-color: #3D2223; }
span { border-color: rgb(61,34,35); }
td.TdClassName
{
border-color: #3D2223;
}
.TagClassName
{
border-color: #3D2223;
}
</style>