Shades of Karaka #2D2D25
Tints of Karaka #2D2D25
RGB
CMYK
RGB Variations
Color information
#2D2D25 (or 0x2D2D25) is known color: Karaka. HEX triplet: 2D, 2D and 25. RGB value is (45,45,37). Sum of RGB (Red+Green+Blue) = 45+45+37=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 45 - color contains mainly: red, green. Hex color #2D2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2D25 is #D2D2DA. Grayscale: #2C2C2C. Windows color (decimal): -13816539 or 2436397. OLE color: 2436397.
HSL color Cylindrical-coordinate representation of color #2D2D25: hue angle of 60º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D2D25 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 45 | 37 | - |
CMYK | 0 | 0 | 0.18 | 0.82 |
HSL | 60º | 0.1% | 0.16% | - |
HSV(B) | 60º | 0.18% | 0.18% | - |
XYZ | 2.35 | 2.57 | 2.12 | - |
YUV | 44.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 45 | 37 | 0 | 0 | 0.18 | 0.82 | 60 | 0.1 | 0.16 |
Hex | 2D | 2D | 25 | 0 | 0 | 12 | 52 | 3C | A | 10 |
Octal | 55 | 55 | 45 | 0 | 0 | 22 | 122 | 74 | 12 | 20 |
Binary | 101101 | 101101 | 100101 | 0 | 0 | 10010 | 1010010 | 111100 | 1010 | 10000 |
Color Harmonies of #2D2D25
Complementary color
Monochromatic Colors of #2D2D25
Black with #2D2D25
Text Example
Text Example
White with #2D2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2D25; }
p { color: rgb(45,45,37); }
H1.HeaderClassName
{
color: #2D2D25;
}
.AnyTagClassName
{
color: #2D2D25;
}
</style>
background-color css
<style>
a { background-color: #2D2D25; }
a { background-color: rgb(45,45,37); }
div.DivClassName
{
background-color: #2D2D25;
}
.BgClassName
{
background-color: #2D2D25;
}
</style>
border-color css
<style>
span { border-color: #2D2D25; }
span { border-color: rgb(45,45,37); }
td.TdClassName
{
border-color: #2D2D25;
}
.TagClassName
{
border-color: #2D2D25;
}
</style>