#242C31

Color #242C31 Cinder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinder #242C31

Tints of Cinder #242C31

Color information

#242C31 (or 0x242C31) is unknown color: approx Cinder. HEX triplet: 24, 2C and 31. RGB value is (36,44,49). Sum of RGB (Red+Green+Blue) = 36+44+49=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #242C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C31 is #DBD3CE. Grayscale: #2A2A2A. Windows color (decimal): -14406607 or 3222564. OLE color: 3222564.

HSL color Cylindrical-coordinate representation of color #242C31: hue angle of 203.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242C31 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB364449-
CMYK0.270.1000.81
HSL203.08º15.29%16.67%-
HSV(B)203.08º26.53%19.22%-
XYZ2.182.43.25-
YUV42.18131.85123.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 27.91%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=27.91%
G=34.11%
B=37.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3644490.270.1000.81203.0815.2916.67
Hex242C311BA051cbf11
Octal445461331201213131721
Binary1001001011001100011101110100101000111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C31; }

 p { color: rgb(36,44,49); }

 H1.HeaderClassName
 {
   color: #242C31;
 }
 .AnyTagClassName
 {
   color: #242C31;
 }
</style>
background-color css

<style>
 a { background-color: #242C31; }

 a { background-color: rgb(36,44,49); }

 div.DivClassName
 {
   background-color: #242C31;
 }
 .BgClassName
 {
   background-color: #242C31;
 }
</style>
border-color css

<style>
 span { border-color: #242C31; }

 span { border-color: rgb(36,44,49); }

 td.TdClassName
 {
   border-color: #242C31;
 }
 .TagClassName
 {
   border-color: #242C31;
 }
</style>