Shades of Karaka #25260B
Tints of Karaka #25260B
RGB
CMYK
RGB Variations
Color information
#25260B (or 0x25260B) is known color: Karaka. HEX triplet: 25, 26 and 0B. RGB value is (37,38,11). Sum of RGB (Red+Green+Blue) = 37+38+11=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #25260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25260B is #DAD9F4. Grayscale: #222222. Windows color (decimal): -14342645 or 730661. OLE color: 730661.
HSL color Cylindrical-coordinate representation of color #25260B: hue angle of 62.22º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25260B is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 11 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.85 |
| HSL | 62.22º | 0.55% | 0.1% | - |
| HSV(B) | 62.22º | 0.71% | 0.15% | - |
| XYZ | 1.52 | 1.8 | 0.58 | - |
| YUV | 34.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 11 | 0.03 | 0 | 0.71 | 0.85 | 62.22 | 0.55 | 0.1 |
| Hex | 25 | 26 | B | 3 | 0 | 47 | 55 | 3E | 37 | A |
| Octal | 45 | 46 | 13 | 3 | 0 | 107 | 125 | 76 | 67 | 12 |
| Binary | 100101 | 100110 | 1011 | 11 | 0 | 1000111 | 1010101 | 111110 | 110111 | 1010 |
Color Harmonies of #25260B
Complementary color
Monochromatic Colors of #25260B
Black with #25260B
Text Example
Text Example
White with #25260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25260B; }
p { color: rgb(37,38,11); }
H1.HeaderClassName
{
color: #25260B;
}
.AnyTagClassName
{
color: #25260B;
}
</style>
background-color css
<style>
a { background-color: #25260B; }
a { background-color: rgb(37,38,11); }
div.DivClassName
{
background-color: #25260B;
}
.BgClassName
{
background-color: #25260B;
}
</style>
border-color css
<style>
span { border-color: #25260B; }
span { border-color: rgb(37,38,11); }
td.TdClassName
{
border-color: #25260B;
}
.TagClassName
{
border-color: #25260B;
}
</style>