#242E34

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

Shades of Cinder #242E34

Tints of Cinder #242E34

Color information

#242E34 (or 0x242E34) is unknown color: approx Cinder. HEX triplet: 24, 2E and 34. RGB value is (36,46,52). Sum of RGB (Red+Green+Blue) = 36+46+52=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #242E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E34 is #DBD1CB. Grayscale: #2B2B2B. Windows color (decimal): -14406092 or 3419684. OLE color: 3419684.

HSL color Cylindrical-coordinate representation of color #242E34: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #242E34 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB364652-
CMYK0.310.1200.80
HSL202.5º18.18%17.25%-
HSV(B)202.5º30.77%20.39%-
XYZ2.322.583.62-
YUV43.69132.69122.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=26.87%
G=34.33%
B=38.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3646520.310.1200.80202.518.1817.25
Hex242E341FC050ca1211
Octal445664371401203122221
Binary10010010111011010011111110001010000110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,46,52); }

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

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

 a { background-color: rgb(36,46,52); }

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

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

 span { border-color: rgb(36,46,52); }

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