Html Css Color HEX #242C31 Cinder

📋 copy color: '#242C31'

red 36 ◦ green 44 ◦ blue 49

#242C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinder #242C31

Tints of Cinder #242C31

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 value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#242C31 (or 0x242C31) is known color: 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

RGB 36 44 49 -
CMYK 0.27 0.10 0 0.81
HSL 203.08º 0.15% 0.17% -
HSV(B) 203.08º 0.27% 0.19% -
XYZ 2.18 2.4 3.25 -
YUV 42.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 36 44 49 0.27 0.10 0 0.81 203.08 0.15 0.17
Hex 24 2C 31 1B A 0 51 CB F 11
Octal 44 54 61 33 12 0 121 313 17 21
Binary 100100 101100 110001 11011 1010 0 1010001 11001011 1111 10001

Color Harmonies of #242C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C31

Black with #242C31

Text Example


Text Example

White with #242C31

Text Example


Text Example

HTML Codes & Css Web 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>