#242E26

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

Shades of Black Bean #242E26

Tints of Black Bean #242E26

Color information

#242E26 (or 0x242E26) is unknown color: approx Black Bean. HEX triplet: 24, 2E and 26. RGB value is (36,46,38). Sum of RGB (Red+Green+Blue) = 36+46+38=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #242E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E26 is #DBD1D9. Grayscale: #2A2A2A. Windows color (decimal): -14406106 or 2502180. OLE color: 2502180.

HSL color Cylindrical-coordinate representation of color #242E26: hue angle of 132º 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 #242E26 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB364638-
CMYK0.2200.170.82
HSL132º12.2%16.08%-
HSV(B)132º21.74%18.04%-
XYZ2.052.472.2-
YUV42.1125.69123.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=30%
G=38.33%
B=31.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3646380.2200.170.8213212.216.08
Hex242E26160115284c10
Octal445646260211222041420
Binary10010010111010011010110010001101001010000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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