Html Css Color HEX #233228 Black Bean

📋 copy color: '#233228'

red 35 ◦ green 50 ◦ blue 40

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

Shades of Black Bean #233228

Tints of Black Bean #233228

RGB

 RED value IS 35 (14.06% from 255) = 28%

 GREEN value IS 50 (19.92% from 255) = 40%

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

R = 28%
G = 40%
B = 32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#233228 (or 0x233228) is known color: Black Bean. HEX triplet: 23, 32 and 28. RGB value is (35,50,40). Sum of RGB (Red+Green+Blue) = 35+50+40=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #233228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233228 is #DCCDD7. Grayscale: #2C2C2C. Windows color (decimal): -14470616 or 2634275. OLE color: 2634275.

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

Color convert

RGB 35 50 40 -
CMYK 0.30 0 0.20 0.80
HSL 140º 0.18% 0.17% -
HSV(B) 140º 0.3% 0.2% -
XYZ 2.22 2.79 2.43 -
YUV 44.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 35 50 40 0.30 0 0.20 0.80 140 0.18 0.17
Hex 23 32 28 1E 0 14 50 8C 12 11
Octal 43 62 50 36 0 24 120 214 22 21
Binary 100011 110010 101000 11110 0 10100 1010000 10001100 10010 10001

Color Harmonies of #233228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233228

Black with #233228

Text Example


Text Example

White with #233228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233228; }

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

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

background-color css

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

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

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

border-color css

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

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

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