Shades of Karaka #27271D
Tints of Karaka #27271D
RGB
CMYK
RGB Variations
Color information
#27271D (or 0x27271D) is known color: Karaka. HEX triplet: 27, 27 and 1D. RGB value is (39,39,29). Sum of RGB (Red+Green+Blue) = 39+39+29=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 39 - color contains mainly: red, green. Hex color #27271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27271D is #D8D8E2. Grayscale: #252525. Windows color (decimal): -14211299 or 1910567. OLE color: 1910567.
HSL color Cylindrical-coordinate representation of color #27271D: hue angle of 60º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #27271D is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 39 | 29 | - |
| CMYK | 0 | 0 | 0.26 | 0.85 |
| HSL | 60º | 0.15% | 0.13% | - |
| HSV(B) | 60º | 0.26% | 0.15% | - |
| XYZ | 1.78 | 1.97 | 1.45 | - |
| YUV | 37.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 29 | 0 | 0 | 0.26 | 0.85 | 60 | 0.15 | 0.13 |
| Hex | 27 | 27 | 1D | 0 | 0 | 1A | 55 | 3C | F | D |
| Octal | 47 | 47 | 35 | 0 | 0 | 32 | 125 | 74 | 17 | 15 |
| Binary | 100111 | 100111 | 11101 | 0 | 0 | 11010 | 1010101 | 111100 | 1111 | 1101 |
Color Harmonies of #27271D
Complementary color
Monochromatic Colors of #27271D
Black with #27271D
Text Example
Text Example
White with #27271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27271D; }
p { color: rgb(39,39,29); }
H1.HeaderClassName
{
color: #27271D;
}
.AnyTagClassName
{
color: #27271D;
}
</style>
background-color css
<style>
a { background-color: #27271D; }
a { background-color: rgb(39,39,29); }
div.DivClassName
{
background-color: #27271D;
}
.BgClassName
{
background-color: #27271D;
}
</style>
border-color css
<style>
span { border-color: #27271D; }
span { border-color: rgb(39,39,29); }
td.TdClassName
{
border-color: #27271D;
}
.TagClassName
{
border-color: #27271D;
}
</style>