#242C26

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

Shades of Black Bean #242C26

Tints of Black Bean #242C26

Color information

#242C26 (or 0x242C26) is unknown color: approx Black Bean. HEX triplet: 24, 2C and 26. RGB value is (36,44,38). Sum of RGB (Red+Green+Blue) = 36+44+38=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 44 - color contains mainly: green. Hex color #242C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C26 is #DBD3D9. Grayscale: #282828. Windows color (decimal): -14406618 or 2501668. OLE color: 2501668.

HSL color Cylindrical-coordinate representation of color #242C26: hue angle of 135º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #242C26 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB364438-
CMYK0.1800.140.83
HSL135º10%15.69%-
HSV(B)135º18.18%17.25%-
XYZ1.982.322.18-
YUV40.92126.35124.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.51%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=30.51%
G=37.29%
B=32.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3644380.1800.140.831351015.69
Hex242C26120E5387a10
Octal445446220161232071220
Binary1001001011001001101001001110101001110000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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