Shades of Karaka #26261E
Tints of Karaka #26261E
RGB
CMYK
RGB Variations
Color information
#26261E (or 0x26261E) is known color: Karaka. HEX triplet: 26, 26 and 1E. RGB value is (38,38,30). Sum of RGB (Red+Green+Blue) = 38+38+30=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26261E is #D9D9E1. Grayscale: #252525. Windows color (decimal): -14277090 or 1975846. OLE color: 1975846.
HSL color Cylindrical-coordinate representation of color #26261E: hue angle of 60º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #26261E is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 38 | 30 | - |
| CMYK | 0 | 0 | 0.21 | 0.85 |
| HSL | 60º | 0.12% | 0.13% | - |
| HSV(B) | 60º | 0.21% | 0.15% | - |
| XYZ | 1.73 | 1.89 | 1.5 | - |
| YUV | 37.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 30 | 0 | 0 | 0.21 | 0.85 | 60 | 0.12 | 0.13 |
| Hex | 26 | 26 | 1E | 0 | 0 | 15 | 55 | 3C | C | D |
| Octal | 46 | 46 | 36 | 0 | 0 | 25 | 125 | 74 | 14 | 15 |
| Binary | 100110 | 100110 | 11110 | 0 | 0 | 10101 | 1010101 | 111100 | 1100 | 1101 |
Color Harmonies of #26261E
Complementary color
Monochromatic Colors of #26261E
Black with #26261E
Text Example
Text Example
White with #26261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26261E; }
p { color: rgb(38,38,30); }
H1.HeaderClassName
{
color: #26261E;
}
.AnyTagClassName
{
color: #26261E;
}
</style>
background-color css
<style>
a { background-color: #26261E; }
a { background-color: rgb(38,38,30); }
div.DivClassName
{
background-color: #26261E;
}
.BgClassName
{
background-color: #26261E;
}
</style>
border-color css
<style>
span { border-color: #26261E; }
span { border-color: rgb(38,38,30); }
td.TdClassName
{
border-color: #26261E;
}
.TagClassName
{
border-color: #26261E;
}
</style>