Shades of Karaka #343302
Tints of Karaka #343302
RGB
CMYK
RGB Variations
Color information
#343302 (or 0x343302) is known color: Karaka. HEX triplet: 34, 33 and 02. RGB value is (52,51,2). Sum of RGB (Red+Green+Blue) = 52+51+2=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #343302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343302 is #CBCCFD. Grayscale: #2D2D2D. Windows color (decimal): -13356286 or 144180. OLE color: 144180.
HSL color Cylindrical-coordinate representation of color #343302: hue angle of 58.8º 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 #343302 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 51 | 2 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.80 |
| HSL | 58.8º | 0.93% | 0.11% | - |
| HSV(B) | 58.8º | 0.96% | 0.2% | - |
| XYZ | 2.61 | 3.1 | 0.52 | - |
| YUV | 45.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 2 | 0 | 0.02 | 0.96 | 0.80 | 58.8 | 0.93 | 0.11 |
| Hex | 34 | 33 | 2 | 0 | 2 | 60 | 50 | 3B | 5D | B |
| Octal | 64 | 63 | 2 | 0 | 2 | 140 | 120 | 73 | 135 | 13 |
| Binary | 110100 | 110011 | 10 | 0 | 10 | 1100000 | 1010000 | 111011 | 1011101 | 1011 |
Color Harmonies of #343302
Complementary color
Monochromatic Colors of #343302
Black with #343302
Text Example
Text Example
White with #343302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343302; }
p { color: rgb(52,51,2); }
H1.HeaderClassName
{
color: #343302;
}
.AnyTagClassName
{
color: #343302;
}
</style>
background-color css
<style>
a { background-color: #343302; }
a { background-color: rgb(52,51,2); }
div.DivClassName
{
background-color: #343302;
}
.BgClassName
{
background-color: #343302;
}
</style>
border-color css
<style>
span { border-color: #343302; }
span { border-color: rgb(52,51,2); }
td.TdClassName
{
border-color: #343302;
}
.TagClassName
{
border-color: #343302;
}
</style>