Shades of Karaka #323205
Tints of Karaka #323205
RGB
CMYK
RGB Variations
Color information
#323205 (or 0x323205) is known color: Karaka. HEX triplet: 32, 32 and 05. RGB value is (50,50,5). Sum of RGB (Red+Green+Blue) = 50+50+5=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323205 is #CDCDFA. Grayscale: #2D2D2D. Windows color (decimal): -13487611 or 340530. OLE color: 340530.
HSL color Cylindrical-coordinate representation of color #323205: hue angle of 60º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #323205 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 5 | - |
| CMYK | 0 | 0 | 0.90 | 0.80 |
| HSL | 60º | 0.82% | 0.11% | - |
| HSV(B) | 60º | 0.9% | 0.2% | - |
| XYZ | 2.48 | 2.97 | 0.59 | - |
| YUV | 44.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 5 | 0 | 0 | 0.90 | 0.80 | 60 | 0.82 | 0.11 |
| Hex | 32 | 32 | 5 | 0 | 0 | 5A | 50 | 3C | 52 | B |
| Octal | 62 | 62 | 5 | 0 | 0 | 132 | 120 | 74 | 122 | 13 |
| Binary | 110010 | 110010 | 101 | 0 | 0 | 1011010 | 1010000 | 111100 | 1010010 | 1011 |
Color Harmonies of #323205
Complementary color
Monochromatic Colors of #323205
Black with #323205
Text Example
Text Example
White with #323205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323205; }
p { color: rgb(50,50,5); }
H1.HeaderClassName
{
color: #323205;
}
.AnyTagClassName
{
color: #323205;
}
</style>
background-color css
<style>
a { background-color: #323205; }
a { background-color: rgb(50,50,5); }
div.DivClassName
{
background-color: #323205;
}
.BgClassName
{
background-color: #323205;
}
</style>
border-color css
<style>
span { border-color: #323205; }
span { border-color: rgb(50,50,5); }
td.TdClassName
{
border-color: #323205;
}
.TagClassName
{
border-color: #323205;
}
</style>