Shades of Karaka #33341B
Tints of Karaka #33341B
RGB
CMYK
RGB Variations
Color information
#33341B (or 0x33341B) is known color: Karaka. HEX triplet: 33, 34 and 1B. RGB value is (51,52,27). Sum of RGB (Red+Green+Blue) = 51+52+27=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #33341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33341B is #CCCBE4. Grayscale: #303030. Windows color (decimal): -13421541 or 1782835. OLE color: 1782835.
HSL color Cylindrical-coordinate representation of color #33341B: hue angle of 62.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33341B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 27 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.80 |
| HSL | 62.4º | 0.32% | 0.15% | - |
| HSV(B) | 62.4º | 0.48% | 0.2% | - |
| XYZ | 2.79 | 3.24 | 1.51 | - |
| YUV | 48.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 27 | 0.02 | 0 | 0.48 | 0.80 | 62.4 | 0.32 | 0.15 |
| Hex | 33 | 34 | 1B | 2 | 0 | 30 | 50 | 3E | 20 | F |
| Octal | 63 | 64 | 33 | 2 | 0 | 60 | 120 | 76 | 40 | 17 |
| Binary | 110011 | 110100 | 11011 | 10 | 0 | 110000 | 1010000 | 111110 | 100000 | 1111 |
Color Harmonies of #33341B
Complementary color
Monochromatic Colors of #33341B
Black with #33341B
Text Example
Text Example
White with #33341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33341B; }
p { color: rgb(51,52,27); }
H1.HeaderClassName
{
color: #33341B;
}
.AnyTagClassName
{
color: #33341B;
}
</style>
background-color css
<style>
a { background-color: #33341B; }
a { background-color: rgb(51,52,27); }
div.DivClassName
{
background-color: #33341B;
}
.BgClassName
{
background-color: #33341B;
}
</style>
border-color css
<style>
span { border-color: #33341B; }
span { border-color: rgb(51,52,27); }
td.TdClassName
{
border-color: #33341B;
}
.TagClassName
{
border-color: #33341B;
}
</style>