Shades of Karaka #35331A
Tints of Karaka #35331A
RGB
CMYK
RGB Variations
Color information
#35331A (or 0x35331A) is known color: Karaka. HEX triplet: 35, 33 and 1A. RGB value is (53,51,26). Sum of RGB (Red+Green+Blue) = 53+51+26=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35331A is #CACCE5. Grayscale: #303030. Windows color (decimal): -13290726 or 1717045. OLE color: 1717045.
HSL color Cylindrical-coordinate representation of color #35331A: hue angle of 55.56º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35331A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 51 | 26 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.79 |
| HSL | 55.56º | 0.34% | 0.15% | - |
| HSV(B) | 55.56º | 0.51% | 0.21% | - |
| XYZ | 2.84 | 3.2 | 1.45 | - |
| YUV | 48.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 26 | 0 | 0.04 | 0.51 | 0.79 | 55.56 | 0.34 | 0.15 |
| Hex | 35 | 33 | 1A | 0 | 4 | 33 | 4F | 38 | 22 | F |
| Octal | 65 | 63 | 32 | 0 | 4 | 63 | 117 | 70 | 42 | 17 |
| Binary | 110101 | 110011 | 11010 | 0 | 100 | 110011 | 1001111 | 111000 | 100010 | 1111 |
Color Harmonies of #35331A
Complementary color
Monochromatic Colors of #35331A
Black with #35331A
Text Example
Text Example
White with #35331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35331A; }
p { color: rgb(53,51,26); }
H1.HeaderClassName
{
color: #35331A;
}
.AnyTagClassName
{
color: #35331A;
}
</style>
background-color css
<style>
a { background-color: #35331A; }
a { background-color: rgb(53,51,26); }
div.DivClassName
{
background-color: #35331A;
}
.BgClassName
{
background-color: #35331A;
}
</style>
border-color css
<style>
span { border-color: #35331A; }
span { border-color: rgb(53,51,26); }
td.TdClassName
{
border-color: #35331A;
}
.TagClassName
{
border-color: #35331A;
}
</style>