Shades of Karaka #343304
Tints of Karaka #343304
RGB
CMYK
RGB Variations
Color information
#343304 (or 0x343304) is known color: Karaka. HEX triplet: 34, 33 and 04. RGB value is (52,51,4). Sum of RGB (Red+Green+Blue) = 52+51+4=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #343304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343304 is #CBCCFB. Grayscale: #2E2E2E. Windows color (decimal): -13356284 or 275252. OLE color: 275252.
HSL color Cylindrical-coordinate representation of color #343304: hue angle of 58.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #343304 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 51 | 4 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.80 |
| HSL | 58.75º | 0.86% | 0.11% | - |
| HSV(B) | 58.75º | 0.92% | 0.2% | - |
| XYZ | 2.62 | 3.11 | 0.58 | - |
| YUV | 45.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 4 | 0 | 0.02 | 0.92 | 0.80 | 58.75 | 0.86 | 0.11 |
| Hex | 34 | 33 | 4 | 0 | 2 | 5C | 50 | 3B | 56 | B |
| Octal | 64 | 63 | 4 | 0 | 2 | 134 | 120 | 73 | 126 | 13 |
| Binary | 110100 | 110011 | 100 | 0 | 10 | 1011100 | 1010000 | 111011 | 1010110 | 1011 |
Color Harmonies of #343304
Complementary color
Monochromatic Colors of #343304
Black with #343304
Text Example
Text Example
White with #343304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343304; }
p { color: rgb(52,51,4); }
H1.HeaderClassName
{
color: #343304;
}
.AnyTagClassName
{
color: #343304;
}
</style>
background-color css
<style>
a { background-color: #343304; }
a { background-color: rgb(52,51,4); }
div.DivClassName
{
background-color: #343304;
}
.BgClassName
{
background-color: #343304;
}
</style>
border-color css
<style>
span { border-color: #343304; }
span { border-color: rgb(52,51,4); }
td.TdClassName
{
border-color: #343304;
}
.TagClassName
{
border-color: #343304;
}
</style>