Shades of Karaka #2A2A25
Tints of Karaka #2A2A25
RGB
CMYK
RGB Variations
Color information
#2A2A25 (or 0x2A2A25) is known color: Karaka. HEX triplet: 2A, 2A and 25. RGB value is (42,42,37). Sum of RGB (Red+Green+Blue) = 42+42+37=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 42 - color contains mainly: red, green. Hex color #2A2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2A25 is #D5D5DA. Grayscale: #292929. Windows color (decimal): -14013915 or 2435626. OLE color: 2435626.
HSL color Cylindrical-coordinate representation of color #2A2A25: hue angle of 60º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A2A25 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 42 | 37 | - |
CMYK | 0 | 0 | 0.12 | 0.84 |
HSL | 60º | 0.06% | 0.15% | - |
HSV(B) | 60º | 0.12% | 0.16% | - |
XYZ | 2.12 | 2.28 | 2.08 | - |
YUV | 41.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 42 | 37 | 0 | 0 | 0.12 | 0.84 | 60 | 0.06 | 0.15 |
Hex | 2A | 2A | 25 | 0 | 0 | C | 54 | 3C | 6 | F |
Octal | 52 | 52 | 45 | 0 | 0 | 14 | 124 | 74 | 6 | 17 |
Binary | 101010 | 101010 | 100101 | 0 | 0 | 1100 | 1010100 | 111100 | 110 | 1111 |
Color Harmonies of #2A2A25
Complementary color
Monochromatic Colors of #2A2A25
Black with #2A2A25
Text Example
Text Example
White with #2A2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2A25; }
p { color: rgb(42,42,37); }
H1.HeaderClassName
{
color: #2A2A25;
}
.AnyTagClassName
{
color: #2A2A25;
}
</style>
background-color css
<style>
a { background-color: #2A2A25; }
a { background-color: rgb(42,42,37); }
div.DivClassName
{
background-color: #2A2A25;
}
.BgClassName
{
background-color: #2A2A25;
}
</style>
border-color css
<style>
span { border-color: #2A2A25; }
span { border-color: rgb(42,42,37); }
td.TdClassName
{
border-color: #2A2A25;
}
.TagClassName
{
border-color: #2A2A25;
}
</style>