Shades of Cinder #272E31
Tints of Cinder #272E31
RGB
CMYK
RGB Variations
Color information
#272E31 (or 0x272E31) is known color: Cinder. HEX triplet: 27, 2E and 31. RGB value is (39,46,49). Sum of RGB (Red+Green+Blue) = 39+46+49=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 49 - color contains mainly: blue. Hex color #272E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E31 is #D8D1CE. Grayscale: #2C2C2C. Windows color (decimal): -14209487 or 3223079. OLE color: 3223079.
HSL color Cylindrical-coordinate representation of color #272E31: hue angle of 198º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272E31 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 46 | 49 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.81 |
| HSL | 198º | 0.11% | 0.17% | - |
| HSV(B) | 198º | 0.2% | 0.19% | - |
| XYZ | 2.37 | 2.61 | 3.28 | - |
| YUV | 44.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 49 | 0.20 | 0.06 | 0 | 0.81 | 198 | 0.11 | 0.17 |
| Hex | 27 | 2E | 31 | 14 | 6 | 0 | 51 | C6 | B | 11 |
| Octal | 47 | 56 | 61 | 24 | 6 | 0 | 121 | 306 | 13 | 21 |
| Binary | 100111 | 101110 | 110001 | 10100 | 110 | 0 | 1010001 | 11000110 | 1011 | 10001 |
Color Harmonies of #272E31
Complementary color
Monochromatic Colors of #272E31
Black with #272E31
Text Example
Text Example
White with #272E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E31; }
p { color: rgb(39,46,49); }
H1.HeaderClassName
{
color: #272E31;
}
.AnyTagClassName
{
color: #272E31;
}
</style>
background-color css
<style>
a { background-color: #272E31; }
a { background-color: rgb(39,46,49); }
div.DivClassName
{
background-color: #272E31;
}
.BgClassName
{
background-color: #272E31;
}
</style>
border-color css
<style>
span { border-color: #272E31; }
span { border-color: rgb(39,46,49); }
td.TdClassName
{
border-color: #272E31;
}
.TagClassName
{
border-color: #272E31;
}
</style>