Shades of Karaka #35361D
Tints of Karaka #35361D
RGB
CMYK
RGB Variations
Color information
#35361D (or 0x35361D) is known color: Karaka. HEX triplet: 35, 36 and 1D. RGB value is (53,54,29). Sum of RGB (Red+Green+Blue) = 53+54+29=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #35361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35361D is #CAC9E2. Grayscale: #323232. Windows color (decimal): -13289955 or 1914421. OLE color: 1914421.
HSL color Cylindrical-coordinate representation of color #35361D: hue angle of 62.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35361D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 29 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.79 |
| HSL | 62.4º | 0.3% | 0.16% | - |
| HSV(B) | 62.4º | 0.46% | 0.21% | - |
| XYZ | 3.01 | 3.48 | 1.68 | - |
| YUV | 50.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 29 | 0.02 | 0 | 0.46 | 0.79 | 62.4 | 0.3 | 0.16 |
| Hex | 35 | 36 | 1D | 2 | 0 | 2E | 4F | 3E | 1E | 10 |
| Octal | 65 | 66 | 35 | 2 | 0 | 56 | 117 | 76 | 36 | 20 |
| Binary | 110101 | 110110 | 11101 | 10 | 0 | 101110 | 1001111 | 111110 | 11110 | 10000 |
Color Harmonies of #35361D
Complementary color
Monochromatic Colors of #35361D
Black with #35361D
Text Example
Text Example
White with #35361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35361D; }
p { color: rgb(53,54,29); }
H1.HeaderClassName
{
color: #35361D;
}
.AnyTagClassName
{
color: #35361D;
}
</style>
background-color css
<style>
a { background-color: #35361D; }
a { background-color: rgb(53,54,29); }
div.DivClassName
{
background-color: #35361D;
}
.BgClassName
{
background-color: #35361D;
}
</style>
border-color css
<style>
span { border-color: #35361D; }
span { border-color: rgb(53,54,29); }
td.TdClassName
{
border-color: #35361D;
}
.TagClassName
{
border-color: #35361D;
}
</style>