#242E27

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

Shades of Black Bean #242E27

Tints of Black Bean #242E27

Color information

#242E27 (or 0x242E27) is unknown color: approx Black Bean. HEX triplet: 24, 2E and 27. RGB value is (36,46,39). Sum of RGB (Red+Green+Blue) = 36+46+39=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 46 - color contains mainly: green. Hex color #242E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E27 is #DBD1D8. Grayscale: #2A2A2A. Windows color (decimal): -14406105 or 2567716. OLE color: 2567716.

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

Color convert

RGB364639-
CMYK0.2200.150.82
HSL138º12.2%16.08%-
HSV(B)138º21.74%18.04%-
XYZ2.072.482.29-
YUV42.21126.19123.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=29.75%
G=38.02%
B=32.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3646390.2200.150.8213812.216.08
Hex242E27160F528ac10
Octal445647260171222121420
Binary1001001011101001111011001111101001010001010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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