#243428

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

Shades of Black Bean #243428

Tints of Black Bean #243428

Color information

#243428 (or 0x243428) is unknown color: approx 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

RGB365240-
CMYK0.3100.230.80
HSL135º18.18%17.25%-
HSV(B)135º30.77%20.39%-
XYZ2.342.982.46-
YUV45.85124.7120.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.12%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=28.12%
G=40.62%
B=31.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3652400.3100.230.8013518.1817.25
Hex2434281F01750871211
Octal446450370271202072221
Binary100100110100101000111110101111010000100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>