Shades of Karaka #35341D
Tints of Karaka #35341D
RGB
CMYK
RGB Variations
Color information
#35341D (or 0x35341D) is known color: Karaka. HEX triplet: 35, 34 and 1D. RGB value is (53,52,29). Sum of RGB (Red+Green+Blue) = 53+52+29=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35341D is #CACBE2. Grayscale: #313131. Windows color (decimal): -13290467 or 1913909. OLE color: 1913909.
HSL color Cylindrical-coordinate representation of color #35341D: hue angle of 57.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35341D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 52 | 29 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.79 |
| HSL | 57.5º | 0.29% | 0.16% | - |
| HSV(B) | 57.5º | 0.45% | 0.21% | - |
| XYZ | 2.92 | 3.3 | 1.65 | - |
| YUV | 49.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 29 | 0 | 0.02 | 0.45 | 0.79 | 57.5 | 0.29 | 0.16 |
| Hex | 35 | 34 | 1D | 0 | 2 | 2D | 4F | 3A | 1D | 10 |
| Octal | 65 | 64 | 35 | 0 | 2 | 55 | 117 | 72 | 35 | 20 |
| Binary | 110101 | 110100 | 11101 | 0 | 10 | 101101 | 1001111 | 111010 | 11101 | 10000 |
Color Harmonies of #35341D
Complementary color
Monochromatic Colors of #35341D
Black with #35341D
Text Example
Text Example
White with #35341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35341D; }
p { color: rgb(53,52,29); }
H1.HeaderClassName
{
color: #35341D;
}
.AnyTagClassName
{
color: #35341D;
}
</style>
background-color css
<style>
a { background-color: #35341D; }
a { background-color: rgb(53,52,29); }
div.DivClassName
{
background-color: #35341D;
}
.BgClassName
{
background-color: #35341D;
}
</style>
border-color css
<style>
span { border-color: #35341D; }
span { border-color: rgb(53,52,29); }
td.TdClassName
{
border-color: #35341D;
}
.TagClassName
{
border-color: #35341D;
}
</style>