Shades of Karaka #2D2D24
Tints of Karaka #2D2D24
RGB
CMYK
RGB Variations
Color information
#2D2D24 (or 0x2D2D24) is known color: Karaka. HEX triplet: 2D, 2D and 24. RGB value is (45,45,36). Sum of RGB (Red+Green+Blue) = 45+45+36=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 45 - color contains mainly: red, green. Hex color #2D2D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2D24 is #D2D2DB. Grayscale: #2C2C2C. Windows color (decimal): -13816540 or 2370861. OLE color: 2370861.
HSL color Cylindrical-coordinate representation of color #2D2D24: hue angle of 60º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D2D24 is Cyan = 0, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 45 | 36 | - |
CMYK | 0 | 0 | 0.2 | 0.82 |
HSL | 60º | 0.11% | 0.16% | - |
HSV(B) | 60º | 0.2% | 0.18% | - |
XYZ | 2.34 | 2.56 | 2.04 | - |
YUV | 43.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 45 | 36 | 0 | 0 | 0.2 | 0.82 | 60 | 0.11 | 0.16 |
Hex | 2D | 2D | 24 | 0 | 0 | 14 | 52 | 3C | B | 10 |
Octal | 55 | 55 | 44 | 0 | 0 | 24 | 122 | 74 | 13 | 20 |
Binary | 101101 | 101101 | 100100 | 0 | 0 | 10100 | 1010010 | 111100 | 1011 | 10000 |
Color Harmonies of #2D2D24
Complementary color
Monochromatic Colors of #2D2D24
Black with #2D2D24
Text Example
Text Example
White with #2D2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2D24; }
p { color: rgb(45,45,36); }
H1.HeaderClassName
{
color: #2D2D24;
}
.AnyTagClassName
{
color: #2D2D24;
}
</style>
background-color css
<style>
a { background-color: #2D2D24; }
a { background-color: rgb(45,45,36); }
div.DivClassName
{
background-color: #2D2D24;
}
.BgClassName
{
background-color: #2D2D24;
}
</style>
border-color css
<style>
span { border-color: #2D2D24; }
span { border-color: rgb(45,45,36); }
td.TdClassName
{
border-color: #2D2D24;
}
.TagClassName
{
border-color: #2D2D24;
}
</style>