#233428

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

Shades of Black Bean #233428

Tints of Black Bean #233428

Color information

#233428 (or 0x233428) is unknown color: approx Black Bean. HEX triplet: 23, 34 and 28. RGB value is (35,52,40). Sum of RGB (Red+Green+Blue) = 35+52+40=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #233428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233428 is #DCCBD7. Grayscale: #2D2D2D. Windows color (decimal): -14470104 or 2634787. OLE color: 2634787.

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

Color convert

RGB355240-
CMYK0.3300.230.80
HSL137.65º19.54%17.06%-
HSV(B)137.65º32.69%20.39%-
XYZ2.32.972.46-
YUV45.55124.87120.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=27.56%
G=40.94%
B=31.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3552400.3300.230.80137.6519.5417.06
Hex23342821017508a1411
Octal436450410271202122421
Binary1000111101001010001000010101111010000100010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233428; }

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

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

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

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

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

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

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

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