Html Css Color HEX #242F26 Black Bean

📋 copy color: '#242F26'

red 36 ◦ green 47 ◦ blue 38

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

Shades of Black Bean #242F26

Tints of Black Bean #242F26

RGB

 RED value IS 36 (14.45% from 255) = 29.75%

 GREEN value IS 47 (18.75% from 255) = 38.84%

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 29.75%
G = 38.84%
B = 31.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.82

RGB Variations

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

Color information

#242F26 (or 0x242F26) is known color: Black Bean. HEX triplet: 24, 2F and 26. RGB value is (36,47,38). Sum of RGB (Red+Green+Blue) = 36+47+38=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #242F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F26 is #DBD0D9. Grayscale: #2A2A2A. Windows color (decimal): -14405850 or 2502436. OLE color: 2502436.

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

Color convert

RGB 36 47 38 -
CMYK 0.23 0 0.19 0.82
HSL 130.91º 0.13% 0.16% -
HSV(B) 130.91º 0.23% 0.18% -
XYZ 2.09 2.55 2.22 -
YUV 42.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 36 47 38 0.23 0 0.19 0.82 130.91 0.13 0.16
Hex 24 2F 26 17 0 13 52 83 D 10
Octal 44 57 46 27 0 23 122 203 15 20
Binary 100100 101111 100110 10111 0 10011 1010010 10000011 1101 10000

Color Harmonies of #242F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F26

Black with #242F26

Text Example


Text Example

White with #242F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #242F26;
 }
 .AnyTagClassName
 {
   color: #242F26;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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