Shades of Karaka #33341E
Tints of Karaka #33341E
RGB
CMYK
RGB Variations
Color information
#33341E (or 0x33341E) is known color: Karaka. HEX triplet: 33, 34 and 1E. RGB value is (51,52,30). Sum of RGB (Red+Green+Blue) = 51+52+30=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #33341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33341E is #CCCBE1. Grayscale: #313131. Windows color (decimal): -13421538 or 1979443. OLE color: 1979443.
HSL color Cylindrical-coordinate representation of color #33341E: hue angle of 62.73º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #33341E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 30 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.80 |
| HSL | 62.73º | 0.27% | 0.16% | - |
| HSV(B) | 62.73º | 0.42% | 0.2% | - |
| XYZ | 2.83 | 3.25 | 1.71 | - |
| YUV | 49.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 30 | 0.02 | 0 | 0.42 | 0.80 | 62.73 | 0.27 | 0.16 |
| Hex | 33 | 34 | 1E | 2 | 0 | 2A | 50 | 3F | 1B | 10 |
| Octal | 63 | 64 | 36 | 2 | 0 | 52 | 120 | 77 | 33 | 20 |
| Binary | 110011 | 110100 | 11110 | 10 | 0 | 101010 | 1010000 | 111111 | 11011 | 10000 |
Color Harmonies of #33341E
Complementary color
Monochromatic Colors of #33341E
Black with #33341E
Text Example
Text Example
White with #33341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33341E; }
p { color: rgb(51,52,30); }
H1.HeaderClassName
{
color: #33341E;
}
.AnyTagClassName
{
color: #33341E;
}
</style>
background-color css
<style>
a { background-color: #33341E; }
a { background-color: rgb(51,52,30); }
div.DivClassName
{
background-color: #33341E;
}
.BgClassName
{
background-color: #33341E;
}
</style>
border-color css
<style>
span { border-color: #33341E; }
span { border-color: rgb(51,52,30); }
td.TdClassName
{
border-color: #33341E;
}
.TagClassName
{
border-color: #33341E;
}
</style>