Shades of Cinder #262C2F
Tints of Cinder #262C2F
RGB
CMYK
RGB Variations
Color information
#262C2F (or 0x262C2F) is known color: Cinder. HEX triplet: 26, 2C and 2F. RGB value is (38,44,47). Sum of RGB (Red+Green+Blue) = 38+44+47=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 47 - color contains mainly: blue. Hex color #262C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C2F is #D9D3D0. Grayscale: #2A2A2A. Windows color (decimal): -14275537 or 3091494. OLE color: 3091494.
HSL color Cylindrical-coordinate representation of color #262C2F: hue angle of 200º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #262C2F is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 44 | 47 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.82 |
| HSL | 200º | 0.11% | 0.17% | - |
| HSV(B) | 200º | 0.19% | 0.18% | - |
| XYZ | 2.21 | 2.42 | 3.04 | - |
| YUV | 42.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 47 | 0.19 | 0.06 | 0 | 0.82 | 200 | 0.11 | 0.17 |
| Hex | 26 | 2C | 2F | 13 | 6 | 0 | 52 | C8 | B | 11 |
| Octal | 46 | 54 | 57 | 23 | 6 | 0 | 122 | 310 | 13 | 21 |
| Binary | 100110 | 101100 | 101111 | 10011 | 110 | 0 | 1010010 | 11001000 | 1011 | 10001 |
Color Harmonies of #262C2F
Complementary color
Monochromatic Colors of #262C2F
Black with #262C2F
Text Example
Text Example
White with #262C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C2F; }
p { color: rgb(38,44,47); }
H1.HeaderClassName
{
color: #262C2F;
}
.AnyTagClassName
{
color: #262C2F;
}
</style>
background-color css
<style>
a { background-color: #262C2F; }
a { background-color: rgb(38,44,47); }
div.DivClassName
{
background-color: #262C2F;
}
.BgClassName
{
background-color: #262C2F;
}
</style>
border-color css
<style>
span { border-color: #262C2F; }
span { border-color: rgb(38,44,47); }
td.TdClassName
{
border-color: #262C2F;
}
.TagClassName
{
border-color: #262C2F;
}
</style>