Html Css Color HEX #243428 Black Bean

📋 copy color: '#243428'

red 36 ◦ green 52 ◦ blue 40

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

Shades of Black Bean #243428

Tints of Black Bean #243428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 28.13%
G = 40.63%
B = 31.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#243428 (or 0x243428) is known color: Black Bean. HEX triplet: 24, 34 and 28. RGB value is (36,52,40). Sum of RGB (Red+Green+Blue) = 36+52+40=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #243428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243428 is #DBCBD7. Grayscale: #2D2D2D. Windows color (decimal): -14404568 or 2634788. OLE color: 2634788.

HSL color Cylindrical-coordinate representation of color #243428: hue angle of 135º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #243428 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 52 40 -
CMYK 0.31 0 0.23 0.80
HSL 135º 0.18% 0.17% -
HSV(B) 135º 0.31% 0.2% -
XYZ 2.34 2.98 2.46 -
YUV 45.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 36 52 40 0.31 0 0.23 0.80 135 0.18 0.17
Hex 24 34 28 1F 0 17 50 87 12 11
Octal 44 64 50 37 0 27 120 207 22 21
Binary 100100 110100 101000 11111 0 10111 1010000 10000111 10010 10001

Color Harmonies of #243428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243428

Black with #243428

Text Example


Text Example

White with #243428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243428; }

 p { color: rgb(36,52,40); }

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

background-color css

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

 a { background-color: rgb(36,52,40); }

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

border-color css

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

 span { border-color: rgb(36,52,40); }

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