Shades of Cinder #272C2F
Tints of Cinder #272C2F
RGB
CMYK
RGB Variations
Color information
#272C2F (or 0x272C2F) is known color: Cinder. HEX triplet: 27, 2C and 2F. RGB value is (39,44,47). Sum of RGB (Red+Green+Blue) = 39+44+47=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 47 - color contains mainly: blue. Hex color #272C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C2F is #D8D3D0. Grayscale: #2A2A2A. Windows color (decimal): -14210001 or 3091495. OLE color: 3091495.
HSL color Cylindrical-coordinate representation of color #272C2F: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #272C2F is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 44 | 47 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.82 |
| HSL | 202.5º | 0.09% | 0.17% | - |
| HSV(B) | 202.5º | 0.17% | 0.18% | - |
| XYZ | 2.25 | 2.44 | 3.04 | - |
| YUV | 42.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 47 | 0.17 | 0.06 | 0 | 0.82 | 202.5 | 0.09 | 0.17 |
| Hex | 27 | 2C | 2F | 11 | 6 | 0 | 52 | CA | 9 | 11 |
| Octal | 47 | 54 | 57 | 21 | 6 | 0 | 122 | 312 | 11 | 21 |
| Binary | 100111 | 101100 | 101111 | 10001 | 110 | 0 | 1010010 | 11001010 | 1001 | 10001 |
Color Harmonies of #272C2F
Complementary color
Monochromatic Colors of #272C2F
Black with #272C2F
Text Example
Text Example
White with #272C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C2F; }
p { color: rgb(39,44,47); }
H1.HeaderClassName
{
color: #272C2F;
}
.AnyTagClassName
{
color: #272C2F;
}
</style>
background-color css
<style>
a { background-color: #272C2F; }
a { background-color: rgb(39,44,47); }
div.DivClassName
{
background-color: #272C2F;
}
.BgClassName
{
background-color: #272C2F;
}
</style>
border-color css
<style>
span { border-color: #272C2F; }
span { border-color: rgb(39,44,47); }
td.TdClassName
{
border-color: #272C2F;
}
.TagClassName
{
border-color: #272C2F;
}
</style>