Shades of Karaka #323125
Tints of Karaka #323125
RGB
CMYK
RGB Variations
Color information
#323125 (or 0x323125) is known color: Karaka. HEX triplet: 32, 31 and 25. RGB value is (50,49,37). Sum of RGB (Red+Green+Blue) = 50+49+37=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #323125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323125 is #CDCEDA. Grayscale: #2F2F2F. Windows color (decimal): -13487835 or 2437426. OLE color: 2437426.
HSL color Cylindrical-coordinate representation of color #323125: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323125 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 49 | 37 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.80 |
| HSL | 55.38º | 0.15% | 0.17% | - |
| HSV(B) | 55.38º | 0.26% | 0.2% | - |
| XYZ | 2.75 | 3.01 | 2.19 | - |
| YUV | 47.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 37 | 0 | 0.02 | 0.26 | 0.80 | 55.38 | 0.15 | 0.17 |
| Hex | 32 | 31 | 25 | 0 | 2 | 1A | 50 | 37 | F | 11 |
| Octal | 62 | 61 | 45 | 0 | 2 | 32 | 120 | 67 | 17 | 21 |
| Binary | 110010 | 110001 | 100101 | 0 | 10 | 11010 | 1010000 | 110111 | 1111 | 10001 |
Color Harmonies of #323125
Complementary color
Monochromatic Colors of #323125
Black with #323125
Text Example
Text Example
White with #323125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323125; }
p { color: rgb(50,49,37); }
H1.HeaderClassName
{
color: #323125;
}
.AnyTagClassName
{
color: #323125;
}
</style>
background-color css
<style>
a { background-color: #323125; }
a { background-color: rgb(50,49,37); }
div.DivClassName
{
background-color: #323125;
}
.BgClassName
{
background-color: #323125;
}
</style>
border-color css
<style>
span { border-color: #323125; }
span { border-color: rgb(50,49,37); }
td.TdClassName
{
border-color: #323125;
}
.TagClassName
{
border-color: #323125;
}
</style>