Html Css Color HEX #203223 Black Bean

📋 copy color: '#203223'

red 32 ◦ green 50 ◦ blue 35

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

Shades of Black Bean #203223

Tints of Black Bean #203223

RGB

 RED value IS 32 (12.89% from 255) = 27.35%

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

 BLUE value IS 35 (14.06% from 255) = 29.91%

R = 27.35%
G = 42.74%
B = 29.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#203223 (or 0x203223) is known color: Black Bean. HEX triplet: 20, 32 and 23. RGB value is (32,50,35). Sum of RGB (Red+Green+Blue) = 32+50+35=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #203223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203223 is #DFCDDC. Grayscale: #2A2A2A. Windows color (decimal): -14667229 or 2306592. OLE color: 2306592.

HSL color Cylindrical-coordinate representation of color #203223: hue angle of 130º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #203223 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 50 35 -
CMYK 0.36 0 0.30 0.80
HSL 130º 0.22% 0.16% -
HSV(B) 130º 0.36% 0.2% -
XYZ 2.04 2.71 2.01 -
YUV 42.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 32 50 35 0.36 0 0.30 0.80 130 0.22 0.16
Hex 20 32 23 24 0 1E 50 82 16 10
Octal 40 62 43 44 0 36 120 202 26 20
Binary 100000 110010 100011 100100 0 11110 1010000 10000010 10110 10000

Color Harmonies of #203223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203223

Black with #203223

Text Example


Text Example

White with #203223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203223; }

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

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

background-color css

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

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

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

border-color css

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

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

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