Shades of Karaka #35350E
Tints of Karaka #35350E
RGB
CMYK
RGB Variations
Color information
#35350E (or 0x35350E) is known color: Karaka. HEX triplet: 35, 35 and 0E. RGB value is (53,53,14). Sum of RGB (Red+Green+Blue) = 53+53+14=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350E is #CACAF1. Grayscale: #303030. Windows color (decimal): -13290226 or 931125. OLE color: 931125.
HSL color Cylindrical-coordinate representation of color #35350E: hue angle of 60º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35350E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 14 | - |
| CMYK | 0 | 0 | 0.74 | 0.79 |
| HSL | 60º | 0.58% | 0.13% | - |
| HSV(B) | 60º | 0.74% | 0.21% | - |
| XYZ | 2.82 | 3.33 | 0.91 | - |
| YUV | 48.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 14 | 0 | 0 | 0.74 | 0.79 | 60 | 0.58 | 0.13 |
| Hex | 35 | 35 | E | 0 | 0 | 4A | 4F | 3C | 3A | D |
| Octal | 65 | 65 | 16 | 0 | 0 | 112 | 117 | 74 | 72 | 15 |
| Binary | 110101 | 110101 | 1110 | 0 | 0 | 1001010 | 1001111 | 111100 | 111010 | 1101 |
Color Harmonies of #35350E
Complementary color
Monochromatic Colors of #35350E
Black with #35350E
Text Example
Text Example
White with #35350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35350E; }
p { color: rgb(53,53,14); }
H1.HeaderClassName
{
color: #35350E;
}
.AnyTagClassName
{
color: #35350E;
}
</style>
background-color css
<style>
a { background-color: #35350E; }
a { background-color: rgb(53,53,14); }
div.DivClassName
{
background-color: #35350E;
}
.BgClassName
{
background-color: #35350E;
}
</style>
border-color css
<style>
span { border-color: #35350E; }
span { border-color: rgb(53,53,14); }
td.TdClassName
{
border-color: #35350E;
}
.TagClassName
{
border-color: #35350E;
}
</style>