Shades of Karaka #2A2A15
Tints of Karaka #2A2A15
RGB
CMYK
RGB Variations
Color information
#2A2A15 (or 0x2A2A15) is known color: Karaka. HEX triplet: 2A, 2A and 15. RGB value is (42,42,21). Sum of RGB (Red+Green+Blue) = 42+42+21=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 42 - color contains mainly: red, green. Hex color #2A2A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2A15 is #D5D5EA. Grayscale: #272727. Windows color (decimal): -14013931 or 1387050. OLE color: 1387050.
HSL color Cylindrical-coordinate representation of color #2A2A15: hue angle of 60º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A2A15 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 42 | 21 | - |
CMYK | 0 | 0 | 0.50 | 0.84 |
HSL | 60º | 0.33% | 0.12% | - |
HSV(B) | 60º | 0.5% | 0.16% | - |
XYZ | 1.92 | 2.2 | 1.03 | - |
YUV | 39.61 | 117.5 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 42 | 21 | 0 | 0 | 0.50 | 0.84 | 60 | 0.33 | 0.12 |
Hex | 2A | 2A | 15 | 0 | 0 | 32 | 54 | 3C | 21 | C |
Octal | 52 | 52 | 25 | 0 | 0 | 62 | 124 | 74 | 41 | 14 |
Binary | 101010 | 101010 | 10101 | 0 | 0 | 110010 | 1010100 | 111100 | 100001 | 1100 |
Color Harmonies of #2A2A15
Complementary color
Monochromatic Colors of #2A2A15
Black with #2A2A15
Text Example
Text Example
White with #2A2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2A15; }
p { color: rgb(42,42,21); }
H1.HeaderClassName
{
color: #2A2A15;
}
.AnyTagClassName
{
color: #2A2A15;
}
</style>
background-color css
<style>
a { background-color: #2A2A15; }
a { background-color: rgb(42,42,21); }
div.DivClassName
{
background-color: #2A2A15;
}
.BgClassName
{
background-color: #2A2A15;
}
</style>
border-color css
<style>
span { border-color: #2A2A15; }
span { border-color: rgb(42,42,21); }
td.TdClassName
{
border-color: #2A2A15;
}
.TagClassName
{
border-color: #2A2A15;
}
</style>