Shades of Karaka #333226
Tints of Karaka #333226
RGB
CMYK
RGB Variations
Color information
#333226 (or 0x333226) is known color: Karaka. HEX triplet: 33, 32 and 26. RGB value is (51,50,38). Sum of RGB (Red+Green+Blue) = 51+50+38=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #333226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333226 is #CCCDD9. Grayscale: #303030. Windows color (decimal): -13422042 or 2503219. OLE color: 2503219.
HSL color Cylindrical-coordinate representation of color #333226: 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.25%. Process color model (Four color, CMYK) of #333226 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 38 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.8 |
| HSL | 55.38º | 0.15% | 0.17% | - |
| HSV(B) | 55.38º | 0.25% | 0.2% | - |
| XYZ | 2.86 | 3.12 | 2.29 | - |
| YUV | 48.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 38 | 0 | 0.02 | 0.25 | 0.8 | 55.38 | 0.15 | 0.17 |
| Hex | 33 | 32 | 26 | 0 | 2 | 19 | 50 | 37 | F | 11 |
| Octal | 63 | 62 | 46 | 0 | 2 | 31 | 120 | 67 | 17 | 21 |
| Binary | 110011 | 110010 | 100110 | 0 | 10 | 11001 | 1010000 | 110111 | 1111 | 10001 |
Color Harmonies of #333226
Complementary color
Monochromatic Colors of #333226
Black with #333226
Text Example
Text Example
White with #333226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333226; }
p { color: rgb(51,50,38); }
H1.HeaderClassName
{
color: #333226;
}
.AnyTagClassName
{
color: #333226;
}
</style>
background-color css
<style>
a { background-color: #333226; }
a { background-color: rgb(51,50,38); }
div.DivClassName
{
background-color: #333226;
}
.BgClassName
{
background-color: #333226;
}
</style>
border-color css
<style>
span { border-color: #333226; }
span { border-color: rgb(51,50,38); }
td.TdClassName
{
border-color: #333226;
}
.TagClassName
{
border-color: #333226;
}
</style>