Shades of Karaka #35350C
Tints of Karaka #35350C
RGB
CMYK
RGB Variations
Color information
#35350C (or 0x35350C) is known color: Karaka. HEX triplet: 35, 35 and 0C. RGB value is (53,53,12). Sum of RGB (Red+Green+Blue) = 53+53+12=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350C is #CACAF3. Grayscale: #303030. Windows color (decimal): -13290228 or 800053. OLE color: 800053.
HSL color Cylindrical-coordinate representation of color #35350C: hue angle of 60º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35350C is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 12 | - |
| CMYK | 0 | 0 | 0.77 | 0.79 |
| HSL | 60º | 0.63% | 0.13% | - |
| HSV(B) | 60º | 0.77% | 0.21% | - |
| XYZ | 2.81 | 3.33 | 0.84 | - |
| YUV | 48.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 12 | 0 | 0 | 0.77 | 0.79 | 60 | 0.63 | 0.13 |
| Hex | 35 | 35 | C | 0 | 0 | 4D | 4F | 3C | 3F | D |
| Octal | 65 | 65 | 14 | 0 | 0 | 115 | 117 | 74 | 77 | 15 |
| Binary | 110101 | 110101 | 1100 | 0 | 0 | 1001101 | 1001111 | 111100 | 111111 | 1101 |
Color Harmonies of #35350C
Complementary color
Monochromatic Colors of #35350C
Black with #35350C
Text Example
Text Example
White with #35350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35350C; }
p { color: rgb(53,53,12); }
H1.HeaderClassName
{
color: #35350C;
}
.AnyTagClassName
{
color: #35350C;
}
</style>
background-color css
<style>
a { background-color: #35350C; }
a { background-color: rgb(53,53,12); }
div.DivClassName
{
background-color: #35350C;
}
.BgClassName
{
background-color: #35350C;
}
</style>
border-color css
<style>
span { border-color: #35350C; }
span { border-color: rgb(53,53,12); }
td.TdClassName
{
border-color: #35350C;
}
.TagClassName
{
border-color: #35350C;
}
</style>