Shades of Karaka #353401
Tints of Karaka #353401
RGB
CMYK
RGB Variations
Color information
#353401 (or 0x353401) is known color: Karaka. HEX triplet: 35, 34 and 01. RGB value is (53,52,1). Sum of RGB (Red+Green+Blue) = 53+52+1=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #353401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353401 is #CACBFE. Grayscale: #2E2E2E. Windows color (decimal): -13290495 or 78901. OLE color: 78901.
HSL color Cylindrical-coordinate representation of color #353401: hue angle of 58.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353401 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 52 | 1 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.79 |
| HSL | 58.85º | 0.96% | 0.11% | - |
| HSV(B) | 58.85º | 0.98% | 0.21% | - |
| XYZ | 2.7 | 3.22 | 0.51 | - |
| YUV | 46.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 1 | 0 | 0.02 | 0.98 | 0.79 | 58.85 | 0.96 | 0.11 |
| Hex | 35 | 34 | 1 | 0 | 2 | 62 | 4F | 3B | 60 | B |
| Octal | 65 | 64 | 1 | 0 | 2 | 142 | 117 | 73 | 140 | 13 |
| Binary | 110101 | 110100 | 1 | 0 | 10 | 1100010 | 1001111 | 111011 | 1100000 | 1011 |
Color Harmonies of #353401
Complementary color
Monochromatic Colors of #353401
Black with #353401
Text Example
Text Example
White with #353401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353401; }
p { color: rgb(53,52,1); }
H1.HeaderClassName
{
color: #353401;
}
.AnyTagClassName
{
color: #353401;
}
</style>
background-color css
<style>
a { background-color: #353401; }
a { background-color: rgb(53,52,1); }
div.DivClassName
{
background-color: #353401;
}
.BgClassName
{
background-color: #353401;
}
</style>
border-color css
<style>
span { border-color: #353401; }
span { border-color: rgb(53,52,1); }
td.TdClassName
{
border-color: #353401;
}
.TagClassName
{
border-color: #353401;
}
</style>