#242A2E

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

Shades of Cinder #242A2E

Tints of Cinder #242A2E

Color information

#242A2E (or 0x242A2E) is unknown color: approx Cinder. HEX triplet: 24, 2A and 2E. RGB value is (36,42,46). Sum of RGB (Red+Green+Blue) = 36+42+46=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #242A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A2E is #DBD5D1. Grayscale: #282828. Windows color (decimal): -14407122 or 3025444. OLE color: 3025444.

HSL color Cylindrical-coordinate representation of color #242A2E: hue angle of 204º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #242A2E is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB364246-
CMYK0.220.0900.82
HSL204º12.2%16.08%-
HSV(B)204º21.74%18.04%-
XYZ2.052.232.91-
YUV40.66131.01124.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.03%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=29.03%
G=33.87%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3642460.220.0900.8220412.216.08
Hex242A2E169052ccc10
Octal445256261101223141420
Binary1001001010101011101011010010101001011001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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