#242B2F

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

Shades of Cinder #242B2F

Tints of Cinder #242B2F

Color information

#242B2F (or 0x242B2F) is unknown color: approx Cinder. HEX triplet: 24, 2B and 2F. RGB value is (36,43,47). Sum of RGB (Red+Green+Blue) = 36+43+47=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #242B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B2F is #DBD4D0. Grayscale: #292929. Windows color (decimal): -14406865 or 3091236. OLE color: 3091236.

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

Color convert

RGB364347-
CMYK0.230.0900.82
HSL201.82º13.25%16.27%-
HSV(B)201.82º23.4%18.43%-
XYZ2.12.313.02-
YUV41.36131.18124.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=28.57%
G=34.13%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3643470.230.0900.82201.8213.2516.27
Hex242B2F179052cad10
Octal445357271101223121520
Binary1001001010111011111011110010101001011001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,47); }

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

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

 a { background-color: rgb(36,43,47); }

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

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

 span { border-color: rgb(36,43,47); }

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