Shades of Karaka #282910
Tints of Karaka #282910
RGB
CMYK
RGB Variations
Color information
#282910 (or 0x282910) is known color: Karaka. HEX triplet: 28, 29 and 10. RGB value is (40,41,16). Sum of RGB (Red+Green+Blue) = 40+41+16=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #282910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282910 is #D7D6EF. Grayscale: #252525. Windows color (decimal): -14145264 or 1059112. OLE color: 1059112.
HSL color Cylindrical-coordinate representation of color #282910: hue angle of 62.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282910 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 41 | 16 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.84 |
| HSL | 62.4º | 0.44% | 0.11% | - |
| HSV(B) | 62.4º | 0.61% | 0.16% | - |
| XYZ | 1.76 | 2.07 | 0.8 | - |
| YUV | 37.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 16 | 0.02 | 0 | 0.61 | 0.84 | 62.4 | 0.44 | 0.11 |
| Hex | 28 | 29 | 10 | 2 | 0 | 3D | 54 | 3E | 2C | B |
| Octal | 50 | 51 | 20 | 2 | 0 | 75 | 124 | 76 | 54 | 13 |
| Binary | 101000 | 101001 | 10000 | 10 | 0 | 111101 | 1010100 | 111110 | 101100 | 1011 |
Color Harmonies of #282910
Complementary color
Monochromatic Colors of #282910
Black with #282910
Text Example
Text Example
White with #282910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282910; }
p { color: rgb(40,41,16); }
H1.HeaderClassName
{
color: #282910;
}
.AnyTagClassName
{
color: #282910;
}
</style>
background-color css
<style>
a { background-color: #282910; }
a { background-color: rgb(40,41,16); }
div.DivClassName
{
background-color: #282910;
}
.BgClassName
{
background-color: #282910;
}
</style>
border-color css
<style>
span { border-color: #282910; }
span { border-color: rgb(40,41,16); }
td.TdClassName
{
border-color: #282910;
}
.TagClassName
{
border-color: #282910;
}
</style>