Shades of Karaka #24250E
Tints of Karaka #24250E
RGB
CMYK
RGB Variations
Color information
#24250E (or 0x24250E) is known color: Karaka. HEX triplet: 24, 25 and 0E. RGB value is (36,37,14). Sum of RGB (Red+Green+Blue) = 36+37+14=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #24250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24250E is #DBDAF1. Grayscale: #222222. Windows color (decimal): -14408434 or 927012. OLE color: 927012.
HSL color Cylindrical-coordinate representation of color #24250E: hue angle of 62.61º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24250E is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 37 | 14 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.85 |
| HSL | 62.61º | 0.45% | 0.1% | - |
| HSV(B) | 62.61º | 0.62% | 0.15% | - |
| XYZ | 1.47 | 1.73 | 0.67 | - |
| YUV | 34.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 14 | 0.03 | 0 | 0.62 | 0.85 | 62.61 | 0.45 | 0.1 |
| Hex | 24 | 25 | E | 3 | 0 | 3E | 55 | 3F | 2D | A |
| Octal | 44 | 45 | 16 | 3 | 0 | 76 | 125 | 77 | 55 | 12 |
| Binary | 100100 | 100101 | 1110 | 11 | 0 | 111110 | 1010101 | 111111 | 101101 | 1010 |
Color Harmonies of #24250E
Complementary color
Monochromatic Colors of #24250E
Black with #24250E
Text Example
Text Example
White with #24250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24250E; }
p { color: rgb(36,37,14); }
H1.HeaderClassName
{
color: #24250E;
}
.AnyTagClassName
{
color: #24250E;
}
</style>
background-color css
<style>
a { background-color: #24250E; }
a { background-color: rgb(36,37,14); }
div.DivClassName
{
background-color: #24250E;
}
.BgClassName
{
background-color: #24250E;
}
</style>
border-color css
<style>
span { border-color: #24250E; }
span { border-color: rgb(36,37,14); }
td.TdClassName
{
border-color: #24250E;
}
.TagClassName
{
border-color: #24250E;
}
</style>