Shades of Karaka #25251D
Tints of Karaka #25251D
RGB
CMYK
RGB Variations
Color information
#25251D (or 0x25251D) is known color: Karaka. HEX triplet: 25, 25 and 1D. RGB value is (37,37,29). Sum of RGB (Red+Green+Blue) = 37+37+29=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25251D is #DADAE2. Grayscale: #242424. Windows color (decimal): -14342883 or 1910053. OLE color: 1910053.
HSL color Cylindrical-coordinate representation of color #25251D: hue angle of 60º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25251D is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 37 | 29 | - |
| CMYK | 0 | 0 | 0.22 | 0.85 |
| HSL | 60º | 0.12% | 0.13% | - |
| HSV(B) | 60º | 0.22% | 0.15% | - |
| XYZ | 1.65 | 1.81 | 1.42 | - |
| YUV | 36.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 29 | 0 | 0 | 0.22 | 0.85 | 60 | 0.12 | 0.13 |
| Hex | 25 | 25 | 1D | 0 | 0 | 16 | 55 | 3C | C | D |
| Octal | 45 | 45 | 35 | 0 | 0 | 26 | 125 | 74 | 14 | 15 |
| Binary | 100101 | 100101 | 11101 | 0 | 0 | 10110 | 1010101 | 111100 | 1100 | 1101 |
Color Harmonies of #25251D
Complementary color
Monochromatic Colors of #25251D
Black with #25251D
Text Example
Text Example
White with #25251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25251D; }
p { color: rgb(37,37,29); }
H1.HeaderClassName
{
color: #25251D;
}
.AnyTagClassName
{
color: #25251D;
}
</style>
background-color css
<style>
a { background-color: #25251D; }
a { background-color: rgb(37,37,29); }
div.DivClassName
{
background-color: #25251D;
}
.BgClassName
{
background-color: #25251D;
}
</style>
border-color css
<style>
span { border-color: #25251D; }
span { border-color: rgb(37,37,29); }
td.TdClassName
{
border-color: #25251D;
}
.TagClassName
{
border-color: #25251D;
}
</style>