Shades of Karaka #35350F
Tints of Karaka #35350F
RGB
CMYK
RGB Variations
Color information
#35350F (or 0x35350F) is known color: Karaka. HEX triplet: 35, 35 and 0F. RGB value is (53,53,15). Sum of RGB (Red+Green+Blue) = 53+53+15=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350F is #CACAF0. Grayscale: #303030. Windows color (decimal): -13290225 or 996661. OLE color: 996661.
HSL color Cylindrical-coordinate representation of color #35350F: hue angle of 60º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35350F is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 15 | - |
| CMYK | 0 | 0 | 0.72 | 0.79 |
| HSL | 60º | 0.56% | 0.13% | - |
| HSV(B) | 60º | 0.72% | 0.21% | - |
| XYZ | 2.83 | 3.34 | 0.95 | - |
| YUV | 48.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 15 | 0 | 0 | 0.72 | 0.79 | 60 | 0.56 | 0.13 |
| Hex | 35 | 35 | F | 0 | 0 | 48 | 4F | 3C | 38 | D |
| Octal | 65 | 65 | 17 | 0 | 0 | 110 | 117 | 74 | 70 | 15 |
| Binary | 110101 | 110101 | 1111 | 0 | 0 | 1001000 | 1001111 | 111100 | 111000 | 1101 |
Color Harmonies of #35350F
Complementary color
Monochromatic Colors of #35350F
Black with #35350F
Text Example
Text Example
White with #35350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35350F; }
p { color: rgb(53,53,15); }
H1.HeaderClassName
{
color: #35350F;
}
.AnyTagClassName
{
color: #35350F;
}
</style>
background-color css
<style>
a { background-color: #35350F; }
a { background-color: rgb(53,53,15); }
div.DivClassName
{
background-color: #35350F;
}
.BgClassName
{
background-color: #35350F;
}
</style>
border-color css
<style>
span { border-color: #35350F; }
span { border-color: rgb(53,53,15); }
td.TdClassName
{
border-color: #35350F;
}
.TagClassName
{
border-color: #35350F;
}
</style>