Shades of Karaka #323219
Tints of Karaka #323219
RGB
CMYK
RGB Variations
Color information
#323219 (or 0x323219) is known color: Karaka. HEX triplet: 32, 32 and 19. RGB value is (50,50,25). Sum of RGB (Red+Green+Blue) = 50+50+25=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323219 is #CDCDE6. Grayscale: #2F2F2F. Windows color (decimal): -13487591 or 1651250. OLE color: 1651250.
HSL color Cylindrical-coordinate representation of color #323219: hue angle of 60º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323219 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 50 | 25 | - |
CMYK | 0 | 0 | 0.50 | 0.80 |
HSL | 60º | 0.33% | 0.15% | - |
HSV(B) | 60º | 0.5% | 0.2% | - |
XYZ | 2.63 | 3.03 | 1.37 | - |
YUV | 47.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 50 | 25 | 0 | 0 | 0.50 | 0.80 | 60 | 0.33 | 0.15 |
Hex | 32 | 32 | 19 | 0 | 0 | 32 | 50 | 3C | 21 | F |
Octal | 62 | 62 | 31 | 0 | 0 | 62 | 120 | 74 | 41 | 17 |
Binary | 110010 | 110010 | 11001 | 0 | 0 | 110010 | 1010000 | 111100 | 100001 | 1111 |
Color Harmonies of #323219
Complementary color
Monochromatic Colors of #323219
Black with #323219
Text Example
Text Example
White with #323219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323219; }
p { color: rgb(50,50,25); }
H1.HeaderClassName
{
color: #323219;
}
.AnyTagClassName
{
color: #323219;
}
</style>
background-color css
<style>
a { background-color: #323219; }
a { background-color: rgb(50,50,25); }
div.DivClassName
{
background-color: #323219;
}
.BgClassName
{
background-color: #323219;
}
</style>
border-color css
<style>
span { border-color: #323219; }
span { border-color: rgb(50,50,25); }
td.TdClassName
{
border-color: #323219;
}
.TagClassName
{
border-color: #323219;
}
</style>