Shades of Karaka #26261F
Tints of Karaka #26261F
RGB
CMYK
RGB Variations
Color information
#26261F (or 0x26261F) is known color: Karaka. HEX triplet: 26, 26 and 1F. RGB value is (38,38,31). Sum of RGB (Red+Green+Blue) = 38+38+31=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26261F is #D9D9E0. Grayscale: #252525. Windows color (decimal): -14277089 or 2041382. OLE color: 2041382.
HSL color Cylindrical-coordinate representation of color #26261F: hue angle of 60º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #26261F is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 38 | 31 | - |
| CMYK | 0 | 0 | 0.18 | 0.85 |
| HSL | 60º | 0.1% | 0.14% | - |
| HSV(B) | 60º | 0.18% | 0.15% | - |
| XYZ | 1.74 | 1.9 | 1.57 | - |
| YUV | 37.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 31 | 0 | 0 | 0.18 | 0.85 | 60 | 0.1 | 0.14 |
| Hex | 26 | 26 | 1F | 0 | 0 | 12 | 55 | 3C | A | E |
| Octal | 46 | 46 | 37 | 0 | 0 | 22 | 125 | 74 | 12 | 16 |
| Binary | 100110 | 100110 | 11111 | 0 | 0 | 10010 | 1010101 | 111100 | 1010 | 1110 |
Color Harmonies of #26261F
Complementary color
Monochromatic Colors of #26261F
Black with #26261F
Text Example
Text Example
White with #26261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26261F; }
p { color: rgb(38,38,31); }
H1.HeaderClassName
{
color: #26261F;
}
.AnyTagClassName
{
color: #26261F;
}
</style>
background-color css
<style>
a { background-color: #26261F; }
a { background-color: rgb(38,38,31); }
div.DivClassName
{
background-color: #26261F;
}
.BgClassName
{
background-color: #26261F;
}
</style>
border-color css
<style>
span { border-color: #26261F; }
span { border-color: rgb(38,38,31); }
td.TdClassName
{
border-color: #26261F;
}
.TagClassName
{
border-color: #26261F;
}
</style>