Shades of Karaka #32330F
Tints of Karaka #32330F
RGB
CMYK
RGB Variations
Color information
#32330F (or 0x32330F) is known color: Karaka. HEX triplet: 32, 33 and 0F. RGB value is (50,51,15). Sum of RGB (Red+Green+Blue) = 50+51+15=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #32330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32330F is #CDCCF0. Grayscale: #2E2E2E. Windows color (decimal): -13487345 or 996146. OLE color: 996146.
HSL color Cylindrical-coordinate representation of color #32330F: hue angle of 61.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32330F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 15 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.8 |
| HSL | 61.67º | 0.55% | 0.13% | - |
| HSV(B) | 61.67º | 0.71% | 0.2% | - |
| XYZ | 2.59 | 3.08 | 0.91 | - |
| YUV | 46.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 15 | 0.02 | 0 | 0.71 | 0.8 | 61.67 | 0.55 | 0.13 |
| Hex | 32 | 33 | F | 2 | 0 | 47 | 50 | 3E | 37 | D |
| Octal | 62 | 63 | 17 | 2 | 0 | 107 | 120 | 76 | 67 | 15 |
| Binary | 110010 | 110011 | 1111 | 10 | 0 | 1000111 | 1010000 | 111110 | 110111 | 1101 |
Color Harmonies of #32330F
Complementary color
Monochromatic Colors of #32330F
Black with #32330F
Text Example
Text Example
White with #32330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32330F; }
p { color: rgb(50,51,15); }
H1.HeaderClassName
{
color: #32330F;
}
.AnyTagClassName
{
color: #32330F;
}
</style>
background-color css
<style>
a { background-color: #32330F; }
a { background-color: rgb(50,51,15); }
div.DivClassName
{
background-color: #32330F;
}
.BgClassName
{
background-color: #32330F;
}
</style>
border-color css
<style>
span { border-color: #32330F; }
span { border-color: rgb(50,51,15); }
td.TdClassName
{
border-color: #32330F;
}
.TagClassName
{
border-color: #32330F;
}
</style>