Shades of Karaka #343310
Tints of Karaka #343310
RGB
CMYK
RGB Variations
Color information
#343310 (or 0x343310) is known color: Karaka. HEX triplet: 34, 33 and 10. RGB value is (52,51,16). Sum of RGB (Red+Green+Blue) = 52+51+16=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #343310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343310 is #CBCCEF. Grayscale: #2F2F2F. Windows color (decimal): -13356272 or 1061684. OLE color: 1061684.
HSL color Cylindrical-coordinate representation of color #343310: hue angle of 58.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343310 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 51 | 16 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.80 |
| HSL | 58.33º | 0.53% | 0.13% | - |
| HSV(B) | 58.33º | 0.69% | 0.2% | - |
| XYZ | 2.69 | 3.14 | 0.95 | - |
| YUV | 47.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 16 | 0 | 0.02 | 0.69 | 0.80 | 58.33 | 0.53 | 0.13 |
| Hex | 34 | 33 | 10 | 0 | 2 | 45 | 50 | 3A | 35 | D |
| Octal | 64 | 63 | 20 | 0 | 2 | 105 | 120 | 72 | 65 | 15 |
| Binary | 110100 | 110011 | 10000 | 0 | 10 | 1000101 | 1010000 | 111010 | 110101 | 1101 |
Color Harmonies of #343310
Complementary color
Monochromatic Colors of #343310
Black with #343310
Text Example
Text Example
White with #343310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343310; }
p { color: rgb(52,51,16); }
H1.HeaderClassName
{
color: #343310;
}
.AnyTagClassName
{
color: #343310;
}
</style>
background-color css
<style>
a { background-color: #343310; }
a { background-color: rgb(52,51,16); }
div.DivClassName
{
background-color: #343310;
}
.BgClassName
{
background-color: #343310;
}
</style>
border-color css
<style>
span { border-color: #343310; }
span { border-color: rgb(52,51,16); }
td.TdClassName
{
border-color: #343310;
}
.TagClassName
{
border-color: #343310;
}
</style>