Shades of Karaka #35350D
Tints of Karaka #35350D
RGB
CMYK
RGB Variations
Color information
#35350D (or 0x35350D) is known color: Karaka. HEX triplet: 35, 35 and 0D. RGB value is (53,53,13). Sum of RGB (Red+Green+Blue) = 53+53+13=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350D is #CACAF2. Grayscale: #303030. Windows color (decimal): -13290227 or 865589. OLE color: 865589.
HSL color Cylindrical-coordinate representation of color #35350D: hue angle of 60º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35350D is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 13 | - |
| CMYK | 0 | 0 | 0.75 | 0.79 |
| HSL | 60º | 0.61% | 0.13% | - |
| HSV(B) | 60º | 0.75% | 0.21% | - |
| XYZ | 2.81 | 3.33 | 0.88 | - |
| YUV | 48.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 13 | 0 | 0 | 0.75 | 0.79 | 60 | 0.61 | 0.13 |
| Hex | 35 | 35 | D | 0 | 0 | 4B | 4F | 3C | 3D | D |
| Octal | 65 | 65 | 15 | 0 | 0 | 113 | 117 | 74 | 75 | 15 |
| Binary | 110101 | 110101 | 1101 | 0 | 0 | 1001011 | 1001111 | 111100 | 111101 | 1101 |
Color Harmonies of #35350D
Complementary color
Monochromatic Colors of #35350D
Black with #35350D
Text Example
Text Example
White with #35350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35350D; }
p { color: rgb(53,53,13); }
H1.HeaderClassName
{
color: #35350D;
}
.AnyTagClassName
{
color: #35350D;
}
</style>
background-color css
<style>
a { background-color: #35350D; }
a { background-color: rgb(53,53,13); }
div.DivClassName
{
background-color: #35350D;
}
.BgClassName
{
background-color: #35350D;
}
</style>
border-color css
<style>
span { border-color: #35350D; }
span { border-color: rgb(53,53,13); }
td.TdClassName
{
border-color: #35350D;
}
.TagClassName
{
border-color: #35350D;
}
</style>