Shades of Karaka #343311
Tints of Karaka #343311
RGB
CMYK
RGB Variations
Color information
#343311 (or 0x343311) is known color: Karaka. HEX triplet: 34, 33 and 11. RGB value is (52,51,17). Sum of RGB (Red+Green+Blue) = 52+51+17=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #343311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343311 is #CBCCEE. Grayscale: #2F2F2F. Windows color (decimal): -13356271 or 1127220. OLE color: 1127220.
HSL color Cylindrical-coordinate representation of color #343311: hue angle of 58.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343311 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 51 | 17 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.80 |
| HSL | 58.29º | 0.51% | 0.14% | - |
| HSV(B) | 58.29º | 0.67% | 0.2% | - |
| XYZ | 2.7 | 3.14 | 0.99 | - |
| YUV | 47.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 17 | 0 | 0.02 | 0.67 | 0.80 | 58.29 | 0.51 | 0.14 |
| Hex | 34 | 33 | 11 | 0 | 2 | 43 | 50 | 3A | 33 | E |
| Octal | 64 | 63 | 21 | 0 | 2 | 103 | 120 | 72 | 63 | 16 |
| Binary | 110100 | 110011 | 10001 | 0 | 10 | 1000011 | 1010000 | 111010 | 110011 | 1110 |
Color Harmonies of #343311
Complementary color
Monochromatic Colors of #343311
Black with #343311
Text Example
Text Example
White with #343311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343311; }
p { color: rgb(52,51,17); }
H1.HeaderClassName
{
color: #343311;
}
.AnyTagClassName
{
color: #343311;
}
</style>
background-color css
<style>
a { background-color: #343311; }
a { background-color: rgb(52,51,17); }
div.DivClassName
{
background-color: #343311;
}
.BgClassName
{
background-color: #343311;
}
</style>
border-color css
<style>
span { border-color: #343311; }
span { border-color: rgb(52,51,17); }
td.TdClassName
{
border-color: #343311;
}
.TagClassName
{
border-color: #343311;
}
</style>