Shades of Karaka #343213
Tints of Karaka #343213
RGB
CMYK
RGB Variations
Color information
#343213 (or 0x343213) is known color: Karaka. HEX triplet: 34, 32 and 13. RGB value is (52,50,19). Sum of RGB (Red+Green+Blue) = 52+50+19=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #343213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343213 is #CBCDEC. Grayscale: #2F2F2F. Windows color (decimal): -13356525 or 1258036. OLE color: 1258036.
HSL color Cylindrical-coordinate representation of color #343213: hue angle of 56.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343213 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 19 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.80 |
| HSL | 56.36º | 0.46% | 0.14% | - |
| HSV(B) | 56.36º | 0.63% | 0.2% | - |
| XYZ | 2.67 | 3.06 | 1.07 | - |
| YUV | 47.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 19 | 0 | 0.04 | 0.63 | 0.80 | 56.36 | 0.46 | 0.14 |
| Hex | 34 | 32 | 13 | 0 | 4 | 3F | 50 | 38 | 2E | E |
| Octal | 64 | 62 | 23 | 0 | 4 | 77 | 120 | 70 | 56 | 16 |
| Binary | 110100 | 110010 | 10011 | 0 | 100 | 111111 | 1010000 | 111000 | 101110 | 1110 |
Color Harmonies of #343213
Complementary color
Monochromatic Colors of #343213
Black with #343213
Text Example
Text Example
White with #343213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343213; }
p { color: rgb(52,50,19); }
H1.HeaderClassName
{
color: #343213;
}
.AnyTagClassName
{
color: #343213;
}
</style>
background-color css
<style>
a { background-color: #343213; }
a { background-color: rgb(52,50,19); }
div.DivClassName
{
background-color: #343213;
}
.BgClassName
{
background-color: #343213;
}
</style>
border-color css
<style>
span { border-color: #343213; }
span { border-color: rgb(52,50,19); }
td.TdClassName
{
border-color: #343213;
}
.TagClassName
{
border-color: #343213;
}
</style>