Shades of Karaka #343202
Tints of Karaka #343202
RGB
CMYK
RGB Variations
Color information
#343202 (or 0x343202) is known color: Karaka. HEX triplet: 34, 32 and 02. RGB value is (52,50,2). Sum of RGB (Red+Green+Blue) = 52+50+2=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #343202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343202 is #CBCDFD. Grayscale: #2D2D2D. Windows color (decimal): -13356542 or 143924. OLE color: 143924.
HSL color Cylindrical-coordinate representation of color #343202: hue angle of 57.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #343202 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 2 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.80 |
| HSL | 57.6º | 0.93% | 0.11% | - |
| HSV(B) | 57.6º | 0.96% | 0.2% | - |
| XYZ | 2.57 | 3.02 | 0.5 | - |
| YUV | 45.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 2 | 0 | 0.04 | 0.96 | 0.80 | 57.6 | 0.93 | 0.11 |
| Hex | 34 | 32 | 2 | 0 | 4 | 60 | 50 | 3A | 5D | B |
| Octal | 64 | 62 | 2 | 0 | 4 | 140 | 120 | 72 | 135 | 13 |
| Binary | 110100 | 110010 | 10 | 0 | 100 | 1100000 | 1010000 | 111010 | 1011101 | 1011 |
Color Harmonies of #343202
Complementary color
Monochromatic Colors of #343202
Black with #343202
Text Example
Text Example
White with #343202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343202; }
p { color: rgb(52,50,2); }
H1.HeaderClassName
{
color: #343202;
}
.AnyTagClassName
{
color: #343202;
}
</style>
background-color css
<style>
a { background-color: #343202; }
a { background-color: rgb(52,50,2); }
div.DivClassName
{
background-color: #343202;
}
.BgClassName
{
background-color: #343202;
}
</style>
border-color css
<style>
span { border-color: #343202; }
span { border-color: rgb(52,50,2); }
td.TdClassName
{
border-color: #343202;
}
.TagClassName
{
border-color: #343202;
}
</style>