Html Css Color HEX #242E27 Black Bean

📋 copy color: '#242E27'

red 36 ◦ green 46 ◦ blue 39

#242E27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #242E27

Tints of Black Bean #242E27

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.63% from 255) = 32.23%

R = 29.75%
G = 38.02%
B = 32.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.82

RGB Variations

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

Color information

#242E27 (or 0x242E27) is known color: 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

RGB 36 46 39 -
CMYK 0.22 0 0.15 0.82
HSL 138º 0.12% 0.16% -
HSV(B) 138º 0.22% 0.18% -
XYZ 2.07 2.48 2.29 -
YUV 42.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 36 46 39 0.22 0 0.15 0.82 138 0.12 0.16
Hex 24 2E 27 16 0 F 52 8A C 10
Octal 44 56 47 26 0 17 122 212 14 20
Binary 100100 101110 100111 10110 0 1111 1010010 10001010 1100 10000

Color Harmonies of #242E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E27

Black with #242E27

Text Example


Text Example

White with #242E27

Text Example


Text Example

HTML Codes & Css Web 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>