Shades of Karaka #2A2A13
Tints of Karaka #2A2A13
RGB
CMYK
RGB Variations
Color information
#2A2A13 (or 0x2A2A13) is known color: Karaka. HEX triplet: 2A, 2A and 13. RGB value is (42,42,19). Sum of RGB (Red+Green+Blue) = 42+42+19=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 42 - color contains mainly: red, green. Hex color #2A2A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2A13 is #D5D5EC. Grayscale: #272727. Windows color (decimal): -14013933 or 1255978. OLE color: 1255978.
HSL color Cylindrical-coordinate representation of color #2A2A13: hue angle of 60º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2A13 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 42 | 19 | - |
CMYK | 0 | 0 | 0.55 | 0.84 |
HSL | 60º | 0.38% | 0.12% | - |
HSV(B) | 60º | 0.55% | 0.16% | - |
XYZ | 1.9 | 2.2 | 0.94 | - |
YUV | 39.38 | 116.5 | 129.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 42 | 19 | 0 | 0 | 0.55 | 0.84 | 60 | 0.38 | 0.12 |
Hex | 2A | 2A | 13 | 0 | 0 | 37 | 54 | 3C | 26 | C |
Octal | 52 | 52 | 23 | 0 | 0 | 67 | 124 | 74 | 46 | 14 |
Binary | 101010 | 101010 | 10011 | 0 | 0 | 110111 | 1010100 | 111100 | 100110 | 1100 |
Color Harmonies of #2A2A13
Complementary color
Monochromatic Colors of #2A2A13
Black with #2A2A13
Text Example
Text Example
White with #2A2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2A13; }
p { color: rgb(42,42,19); }
H1.HeaderClassName
{
color: #2A2A13;
}
.AnyTagClassName
{
color: #2A2A13;
}
</style>
background-color css
<style>
a { background-color: #2A2A13; }
a { background-color: rgb(42,42,19); }
div.DivClassName
{
background-color: #2A2A13;
}
.BgClassName
{
background-color: #2A2A13;
}
</style>
border-color css
<style>
span { border-color: #2A2A13; }
span { border-color: rgb(42,42,19); }
td.TdClassName
{
border-color: #2A2A13;
}
.TagClassName
{
border-color: #2A2A13;
}
</style>