Shades of Karaka #25260E
Tints of Karaka #25260E
RGB
CMYK
RGB Variations
Color information
#25260E (or 0x25260E) is known color: Karaka. HEX triplet: 25, 26 and 0E. RGB value is (37,38,14). Sum of RGB (Red+Green+Blue) = 37+38+14=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #25260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25260E is #DAD9F1. Grayscale: #232323. Windows color (decimal): -14342642 or 927269. OLE color: 927269.
HSL color Cylindrical-coordinate representation of color #25260E: hue angle of 62.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25260E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 14 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.85 |
| HSL | 62.5º | 0.46% | 0.1% | - |
| HSV(B) | 62.5º | 0.63% | 0.15% | - |
| XYZ | 1.54 | 1.81 | 0.68 | - |
| YUV | 34.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 14 | 0.03 | 0 | 0.63 | 0.85 | 62.5 | 0.46 | 0.1 |
| Hex | 25 | 26 | E | 3 | 0 | 3F | 55 | 3F | 2E | A |
| Octal | 45 | 46 | 16 | 3 | 0 | 77 | 125 | 77 | 56 | 12 |
| Binary | 100101 | 100110 | 1110 | 11 | 0 | 111111 | 1010101 | 111111 | 101110 | 1010 |
Color Harmonies of #25260E
Complementary color
Monochromatic Colors of #25260E
Black with #25260E
Text Example
Text Example
White with #25260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25260E; }
p { color: rgb(37,38,14); }
H1.HeaderClassName
{
color: #25260E;
}
.AnyTagClassName
{
color: #25260E;
}
</style>
background-color css
<style>
a { background-color: #25260E; }
a { background-color: rgb(37,38,14); }
div.DivClassName
{
background-color: #25260E;
}
.BgClassName
{
background-color: #25260E;
}
</style>
border-color css
<style>
span { border-color: #25260E; }
span { border-color: rgb(37,38,14); }
td.TdClassName
{
border-color: #25260E;
}
.TagClassName
{
border-color: #25260E;
}
</style>