Shades of Karaka #2A2A1A
Tints of Karaka #2A2A1A
RGB
CMYK
RGB Variations
Color information
#2A2A1A (or 0x2A2A1A) is known color: Karaka. HEX triplet: 2A, 2A and 1A. RGB value is (42,42,26). Sum of RGB (Red+Green+Blue) = 42+42+26=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 42 - color contains mainly: red, green. Hex color #2A2A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2A1A is #D5D5E5. Grayscale: #282828. Windows color (decimal): -14013926 or 1714730. OLE color: 1714730.
HSL color Cylindrical-coordinate representation of color #2A2A1A: hue angle of 60º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A2A1A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 42 | 26 | - |
| CMYK | 0 | 0 | 0.38 | 0.84 |
| HSL | 60º | 0.24% | 0.13% | - |
| HSV(B) | 60º | 0.38% | 0.16% | - |
| XYZ | 1.97 | 2.22 | 1.3 | - |
| YUV | 40.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 42 | 26 | 0 | 0 | 0.38 | 0.84 | 60 | 0.24 | 0.13 |
| Hex | 2A | 2A | 1A | 0 | 0 | 26 | 54 | 3C | 18 | D |
| Octal | 52 | 52 | 32 | 0 | 0 | 46 | 124 | 74 | 30 | 15 |
| Binary | 101010 | 101010 | 11010 | 0 | 0 | 100110 | 1010100 | 111100 | 11000 | 1101 |
Color Harmonies of #2A2A1A
Complementary color
Monochromatic Colors of #2A2A1A
Black with #2A2A1A
Text Example
Text Example
White with #2A2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2A1A; }
p { color: rgb(42,42,26); }
H1.HeaderClassName
{
color: #2A2A1A;
}
.AnyTagClassName
{
color: #2A2A1A;
}
</style>
background-color css
<style>
a { background-color: #2A2A1A; }
a { background-color: rgb(42,42,26); }
div.DivClassName
{
background-color: #2A2A1A;
}
.BgClassName
{
background-color: #2A2A1A;
}
</style>
border-color css
<style>
span { border-color: #2A2A1A; }
span { border-color: rgb(42,42,26); }
td.TdClassName
{
border-color: #2A2A1A;
}
.TagClassName
{
border-color: #2A2A1A;
}
</style>