Shades of Karaka #34351E
Tints of Karaka #34351E
RGB
CMYK
RGB Variations
Color information
#34351E (or 0x34351E) is known color: Karaka. HEX triplet: 34, 35 and 1E. RGB value is (52,53,30). Sum of RGB (Red+Green+Blue) = 52+53+30=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #34351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34351E is #CBCAE1. Grayscale: #323232. Windows color (decimal): -13355746 or 1979700. OLE color: 1979700.
HSL color Cylindrical-coordinate representation of color #34351E: hue angle of 62.61º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34351E is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 53 | 30 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.79 |
| HSL | 62.61º | 0.28% | 0.16% | - |
| HSV(B) | 62.61º | 0.43% | 0.21% | - |
| XYZ | 2.92 | 3.37 | 1.72 | - |
| YUV | 50.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 30 | 0.02 | 0 | 0.43 | 0.79 | 62.61 | 0.28 | 0.16 |
| Hex | 34 | 35 | 1E | 2 | 0 | 2B | 4F | 3F | 1C | 10 |
| Octal | 64 | 65 | 36 | 2 | 0 | 53 | 117 | 77 | 34 | 20 |
| Binary | 110100 | 110101 | 11110 | 10 | 0 | 101011 | 1001111 | 111111 | 11100 | 10000 |
Color Harmonies of #34351E
Complementary color
Monochromatic Colors of #34351E
Black with #34351E
Text Example
Text Example
White with #34351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34351E; }
p { color: rgb(52,53,30); }
H1.HeaderClassName
{
color: #34351E;
}
.AnyTagClassName
{
color: #34351E;
}
</style>
background-color css
<style>
a { background-color: #34351E; }
a { background-color: rgb(52,53,30); }
div.DivClassName
{
background-color: #34351E;
}
.BgClassName
{
background-color: #34351E;
}
</style>
border-color css
<style>
span { border-color: #34351E; }
span { border-color: rgb(52,53,30); }
td.TdClassName
{
border-color: #34351E;
}
.TagClassName
{
border-color: #34351E;
}
</style>