Shades of Black Magic #342409
Tints of Black Magic #342409
RGB
CMYK
RGB Variations
Color information
#342409 (or 0x342409) is known color: Black Magic. HEX triplet: 34, 24 and 09. RGB value is (52,36,9). Sum of RGB (Red+Green+Blue) = 52+36+9=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #342409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342409 is #CBDBF6. Grayscale: #252525. Windows color (decimal): -13360119 or 599092. OLE color: 599092.
HSL color Cylindrical-coordinate representation of color #342409: hue angle of 37.67º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342409 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 9 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.80 |
| HSL | 37.67º | 0.7% | 0.12% | - |
| HSV(B) | 37.67º | 0.83% | 0.2% | - |
| XYZ | 2.1 | 2.01 | 0.54 | - |
| YUV | 37.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 9 | 0 | 0.31 | 0.83 | 0.80 | 37.67 | 0.7 | 0.12 |
| Hex | 34 | 24 | 9 | 0 | 1F | 53 | 50 | 26 | 46 | C |
| Octal | 64 | 44 | 11 | 0 | 37 | 123 | 120 | 46 | 106 | 14 |
| Binary | 110100 | 100100 | 1001 | 0 | 11111 | 1010011 | 1010000 | 100110 | 1000110 | 1100 |
Color Harmonies of #342409
Complementary color
Monochromatic Colors of #342409
Black with #342409
Text Example
Text Example
White with #342409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342409; }
p { color: rgb(52,36,9); }
H1.HeaderClassName
{
color: #342409;
}
.AnyTagClassName
{
color: #342409;
}
</style>
background-color css
<style>
a { background-color: #342409; }
a { background-color: rgb(52,36,9); }
div.DivClassName
{
background-color: #342409;
}
.BgClassName
{
background-color: #342409;
}
</style>
border-color css
<style>
span { border-color: #342409; }
span { border-color: rgb(52,36,9); }
td.TdClassName
{
border-color: #342409;
}
.TagClassName
{
border-color: #342409;
}
</style>