Shades of Karaka #37351B
Tints of Karaka #37351B
RGB
CMYK
RGB Variations
Color information
#37351B (or 0x37351B) is known color: Karaka. HEX triplet: 37, 35 and 1B. RGB value is (55,53,27). Sum of RGB (Red+Green+Blue) = 55+53+27=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37351B is #C8CAE4. Grayscale: #323232. Windows color (decimal): -13159141 or 1783095. OLE color: 1783095.
HSL color Cylindrical-coordinate representation of color #37351B: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37351B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 27 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.78 |
| HSL | 55.71º | 0.34% | 0.16% | - |
| HSV(B) | 55.71º | 0.51% | 0.22% | - |
| XYZ | 3.05 | 3.44 | 1.54 | - |
| YUV | 50.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 27 | 0 | 0.04 | 0.51 | 0.78 | 55.71 | 0.34 | 0.16 |
| Hex | 37 | 35 | 1B | 0 | 4 | 33 | 4E | 38 | 22 | 10 |
| Octal | 67 | 65 | 33 | 0 | 4 | 63 | 116 | 70 | 42 | 20 |
| Binary | 110111 | 110101 | 11011 | 0 | 100 | 110011 | 1001110 | 111000 | 100010 | 10000 |
Color Harmonies of #37351B
Complementary color
Monochromatic Colors of #37351B
Black with #37351B
Text Example
Text Example
White with #37351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37351B; }
p { color: rgb(55,53,27); }
H1.HeaderClassName
{
color: #37351B;
}
.AnyTagClassName
{
color: #37351B;
}
</style>
background-color css
<style>
a { background-color: #37351B; }
a { background-color: rgb(55,53,27); }
div.DivClassName
{
background-color: #37351B;
}
.BgClassName
{
background-color: #37351B;
}
</style>
border-color css
<style>
span { border-color: #37351B; }
span { border-color: rgb(55,53,27); }
td.TdClassName
{
border-color: #37351B;
}
.TagClassName
{
border-color: #37351B;
}
</style>