Shades of Karaka #353301
Tints of Karaka #353301
RGB
CMYK
RGB Variations
Color information
#353301 (or 0x353301) is known color: Karaka. HEX triplet: 35, 33 and 01. RGB value is (53,51,1). Sum of RGB (Red+Green+Blue) = 53+51+1=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #353301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353301 is #CACCFE. Grayscale: #2E2E2E. Windows color (decimal): -13290751 or 78645. OLE color: 78645.
HSL color Cylindrical-coordinate representation of color #353301: hue angle of 57.69º 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 #353301 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 51 | 1 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.79 |
| HSL | 57.69º | 0.96% | 0.11% | - |
| HSV(B) | 57.69º | 0.98% | 0.21% | - |
| XYZ | 2.66 | 3.13 | 0.49 | - |
| YUV | 45.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 1 | 0 | 0.04 | 0.98 | 0.79 | 57.69 | 0.96 | 0.11 |
| Hex | 35 | 33 | 1 | 0 | 4 | 62 | 4F | 3A | 60 | B |
| Octal | 65 | 63 | 1 | 0 | 4 | 142 | 117 | 72 | 140 | 13 |
| Binary | 110101 | 110011 | 1 | 0 | 100 | 1100010 | 1001111 | 111010 | 1100000 | 1011 |
Color Harmonies of #353301
Complementary color
Monochromatic Colors of #353301
Black with #353301
Text Example
Text Example
White with #353301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353301; }
p { color: rgb(53,51,1); }
H1.HeaderClassName
{
color: #353301;
}
.AnyTagClassName
{
color: #353301;
}
</style>
background-color css
<style>
a { background-color: #353301; }
a { background-color: rgb(53,51,1); }
div.DivClassName
{
background-color: #353301;
}
.BgClassName
{
background-color: #353301;
}
</style>
border-color css
<style>
span { border-color: #353301; }
span { border-color: rgb(53,51,1); }
td.TdClassName
{
border-color: #353301;
}
.TagClassName
{
border-color: #353301;
}
</style>