Shades of Karaka #33321C
Tints of Karaka #33321C
RGB
CMYK
RGB Variations
Color information
#33321C (or 0x33321C) is known color: Karaka. HEX triplet: 33, 32 and 1C. RGB value is (51,50,28). Sum of RGB (Red+Green+Blue) = 51+50+28=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #33321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33321C is #CCCDE3. Grayscale: #2F2F2F. Windows color (decimal): -13422052 or 1847859. OLE color: 1847859.
HSL color Cylindrical-coordinate representation of color #33321C: hue angle of 57.39º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33321C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 28 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.8 |
| HSL | 57.39º | 0.29% | 0.15% | - |
| HSV(B) | 57.39º | 0.45% | 0.2% | - |
| XYZ | 2.72 | 3.07 | 1.55 | - |
| YUV | 47.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 28 | 0 | 0.02 | 0.45 | 0.8 | 57.39 | 0.29 | 0.15 |
| Hex | 33 | 32 | 1C | 0 | 2 | 2D | 50 | 39 | 1D | F |
| Octal | 63 | 62 | 34 | 0 | 2 | 55 | 120 | 71 | 35 | 17 |
| Binary | 110011 | 110010 | 11100 | 0 | 10 | 101101 | 1010000 | 111001 | 11101 | 1111 |
Color Harmonies of #33321C
Complementary color
Monochromatic Colors of #33321C
Black with #33321C
Text Example
Text Example
White with #33321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33321C; }
p { color: rgb(51,50,28); }
H1.HeaderClassName
{
color: #33321C;
}
.AnyTagClassName
{
color: #33321C;
}
</style>
background-color css
<style>
a { background-color: #33321C; }
a { background-color: rgb(51,50,28); }
div.DivClassName
{
background-color: #33321C;
}
.BgClassName
{
background-color: #33321C;
}
</style>
border-color css
<style>
span { border-color: #33321C; }
span { border-color: rgb(51,50,28); }
td.TdClassName
{
border-color: #33321C;
}
.TagClassName
{
border-color: #33321C;
}
</style>