Shades of Karaka #34341A
Tints of Karaka #34341A
RGB
CMYK
RGB Variations
Color information
#34341A (or 0x34341A) is known color: Karaka. HEX triplet: 34, 34 and 1A. RGB value is (52,52,26). Sum of RGB (Red+Green+Blue) = 52+52+26=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 52 - color contains mainly: red, green. Hex color #34341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34341A is #CBCBE5. Grayscale: #313131. Windows color (decimal): -13356006 or 1717300. OLE color: 1717300.
HSL color Cylindrical-coordinate representation of color #34341A: hue angle of 60º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34341A is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 52 | 26 | - |
| CMYK | 0 | 0 | 0.50 | 0.80 |
| HSL | 60º | 0.33% | 0.15% | - |
| HSV(B) | 60º | 0.5% | 0.2% | - |
| XYZ | 2.83 | 3.26 | 1.46 | - |
| YUV | 49.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 26 | 0 | 0 | 0.50 | 0.80 | 60 | 0.33 | 0.15 |
| Hex | 34 | 34 | 1A | 0 | 0 | 32 | 50 | 3C | 21 | F |
| Octal | 64 | 64 | 32 | 0 | 0 | 62 | 120 | 74 | 41 | 17 |
| Binary | 110100 | 110100 | 11010 | 0 | 0 | 110010 | 1010000 | 111100 | 100001 | 1111 |
Color Harmonies of #34341A
Complementary color
Monochromatic Colors of #34341A
Black with #34341A
Text Example
Text Example
White with #34341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34341A; }
p { color: rgb(52,52,26); }
H1.HeaderClassName
{
color: #34341A;
}
.AnyTagClassName
{
color: #34341A;
}
</style>
background-color css
<style>
a { background-color: #34341A; }
a { background-color: rgb(52,52,26); }
div.DivClassName
{
background-color: #34341A;
}
.BgClassName
{
background-color: #34341A;
}
</style>
border-color css
<style>
span { border-color: #34341A; }
span { border-color: rgb(52,52,26); }
td.TdClassName
{
border-color: #34341A;
}
.TagClassName
{
border-color: #34341A;
}
</style>