Shades of Karaka #28290E
Tints of Karaka #28290E
RGB
CMYK
RGB Variations
Color information
#28290E (or 0x28290E) is known color: Karaka. HEX triplet: 28, 29 and 0E. RGB value is (40,41,14). Sum of RGB (Red+Green+Blue) = 40+41+14=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #28290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28290E is #D7D6F1. Grayscale: #252525. Windows color (decimal): -14145266 or 928040. OLE color: 928040.
HSL color Cylindrical-coordinate representation of color #28290E: hue angle of 62.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28290E is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 41 | 14 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.84 |
| HSL | 62.22º | 0.49% | 0.11% | - |
| HSV(B) | 62.22º | 0.66% | 0.16% | - |
| XYZ | 1.75 | 2.07 | 0.72 | - |
| YUV | 37.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 14 | 0.02 | 0 | 0.66 | 0.84 | 62.22 | 0.49 | 0.11 |
| Hex | 28 | 29 | E | 2 | 0 | 42 | 54 | 3E | 31 | B |
| Octal | 50 | 51 | 16 | 2 | 0 | 102 | 124 | 76 | 61 | 13 |
| Binary | 101000 | 101001 | 1110 | 10 | 0 | 1000010 | 1010100 | 111110 | 110001 | 1011 |
Color Harmonies of #28290E
Complementary color
Monochromatic Colors of #28290E
Black with #28290E
Text Example
Text Example
White with #28290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28290E; }
p { color: rgb(40,41,14); }
H1.HeaderClassName
{
color: #28290E;
}
.AnyTagClassName
{
color: #28290E;
}
</style>
background-color css
<style>
a { background-color: #28290E; }
a { background-color: rgb(40,41,14); }
div.DivClassName
{
background-color: #28290E;
}
.BgClassName
{
background-color: #28290E;
}
</style>
border-color css
<style>
span { border-color: #28290E; }
span { border-color: rgb(40,41,14); }
td.TdClassName
{
border-color: #28290E;
}
.TagClassName
{
border-color: #28290E;
}
</style>