Html Css Color HEX #233428 Black Bean

📋 copy color: '#233428'

red 35 ◦ green 52 ◦ blue 40

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

Shades of Black Bean #233428

Tints of Black Bean #233428

RGB

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

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

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

R = 27.56%
G = 40.94%
B = 31.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#233428 (or 0x233428) is known color: 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

RGB 35 52 40 -
CMYK 0.33 0 0.23 0.80
HSL 137.65º 0.2% 0.17% -
HSV(B) 137.65º 0.33% 0.2% -
XYZ 2.3 2.97 2.46 -
YUV 45.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 35 52 40 0.33 0 0.23 0.80 137.65 0.2 0.17
Hex 23 34 28 21 0 17 50 8A 14 11
Octal 43 64 50 41 0 27 120 212 24 21
Binary 100011 110100 101000 100001 0 10111 1010000 10001010 10100 10001

Color Harmonies of #233428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233428

Black with #233428

Text Example


Text Example

White with #233428

Text Example


Text Example

HTML Codes & Css Web 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>