Shades of Karaka #353300
Tints of Karaka #353300
RGB
CMYK
RGB Variations
Color information
#353300 (or 0x353300) is known color: Karaka. HEX triplet: 35, 33 and 00. RGB value is (53,51,0). Sum of RGB (Red+Green+Blue) = 53+51+0=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #353300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353300 is #CACCFF. Grayscale: #2D2D2D. Windows color (decimal): -13290752 or 13109. OLE color: 13109.
HSL color Cylindrical-coordinate representation of color #353300: hue angle of 57.74º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 51 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.79 |
| HSL | 57.74º | 1% | 0.1% | - |
| HSV(B) | 57.74º | 1% | 0.21% | - |
| XYZ | 2.65 | 3.12 | 0.46 | - |
| YUV | 45.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 0 | 0 | 0.04 | 1 | 0.79 | 57.74 | 1 | 0.1 |
| Hex | 35 | 33 | 0 | 0 | 4 | 64 | 4F | 3A | 64 | A |
| Octal | 65 | 63 | 0 | 0 | 4 | 144 | 117 | 72 | 144 | 12 |
| Binary | 110101 | 110011 | 0 | 0 | 100 | 1100100 | 1001111 | 111010 | 1100100 | 1010 |
Color Harmonies of #353300
Complementary color
Monochromatic Colors of #353300
Black with #353300
Text Example
Text Example
White with #353300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353300; }
p { color: rgb(53,51,0); }
H1.HeaderClassName
{
color: #353300;
}
.AnyTagClassName
{
color: #353300;
}
</style>
background-color css
<style>
a { background-color: #353300; }
a { background-color: rgb(53,51,0); }
div.DivClassName
{
background-color: #353300;
}
.BgClassName
{
background-color: #353300;
}
</style>
border-color css
<style>
span { border-color: #353300; }
span { border-color: rgb(53,51,0); }
td.TdClassName
{
border-color: #353300;
}
.TagClassName
{
border-color: #353300;
}
</style>