Shades of Karaka #2A2A19
Tints of Karaka #2A2A19
RGB
CMYK
RGB Variations
Color information
#2A2A19 (or 0x2A2A19) is known color: Karaka. HEX triplet: 2A, 2A and 19. RGB value is (42,42,25). Sum of RGB (Red+Green+Blue) = 42+42+25=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 42 - color contains mainly: red, green. Hex color #2A2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2A19 is #D5D5E6. Grayscale: #282828. Windows color (decimal): -14013927 or 1649194. OLE color: 1649194.
HSL color Cylindrical-coordinate representation of color #2A2A19: hue angle of 60º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A2A19 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 42 | 25 | - |
CMYK | 0 | 0 | 0.40 | 0.84 |
HSL | 60º | 0.25% | 0.13% | - |
HSV(B) | 60º | 0.4% | 0.16% | - |
XYZ | 1.96 | 2.22 | 1.24 | - |
YUV | 40.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 42 | 25 | 0 | 0 | 0.40 | 0.84 | 60 | 0.25 | 0.13 |
Hex | 2A | 2A | 19 | 0 | 0 | 28 | 54 | 3C | 19 | D |
Octal | 52 | 52 | 31 | 0 | 0 | 50 | 124 | 74 | 31 | 15 |
Binary | 101010 | 101010 | 11001 | 0 | 0 | 101000 | 1010100 | 111100 | 11001 | 1101 |
Color Harmonies of #2A2A19
Complementary color
Monochromatic Colors of #2A2A19
Black with #2A2A19
Text Example
Text Example
White with #2A2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2A19; }
p { color: rgb(42,42,25); }
H1.HeaderClassName
{
color: #2A2A19;
}
.AnyTagClassName
{
color: #2A2A19;
}
</style>
background-color css
<style>
a { background-color: #2A2A19; }
a { background-color: rgb(42,42,25); }
div.DivClassName
{
background-color: #2A2A19;
}
.BgClassName
{
background-color: #2A2A19;
}
</style>
border-color css
<style>
span { border-color: #2A2A19; }
span { border-color: rgb(42,42,25); }
td.TdClassName
{
border-color: #2A2A19;
}
.TagClassName
{
border-color: #2A2A19;
}
</style>