Html Css Color HEX #203225 Black Bean

📋 copy color: '#203225'

red 32 ◦ green 50 ◦ blue 37

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

Shades of Black Bean #203225

Tints of Black Bean #203225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.09%

R = 26.89%
G = 42.02%
B = 31.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#203225 (or 0x203225) is known color: Black Bean. HEX triplet: 20, 32 and 25. RGB value is (32,50,37). Sum of RGB (Red+Green+Blue) = 32+50+37=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #203225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203225 is #DFCDDA. Grayscale: #2B2B2B. Windows color (decimal): -14667227 or 2437664. OLE color: 2437664.

HSL color Cylindrical-coordinate representation of color #203225: hue angle of 136.67º 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 #203225 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 50 37 -
CMYK 0.36 0 0.26 0.80
HSL 136.67º 0.22% 0.16% -
HSV(B) 136.67º 0.36% 0.2% -
XYZ 2.07 2.72 2.17 -
YUV 43.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 32 50 37 0.36 0 0.26 0.80 136.67 0.22 0.16
Hex 20 32 25 24 0 1A 50 89 16 10
Octal 40 62 45 44 0 32 120 211 26 20
Binary 100000 110010 100101 100100 0 11010 1010000 10001001 10110 10000

Color Harmonies of #203225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203225

Black with #203225

Text Example


Text Example

White with #203225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203225; }

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

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

background-color css

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

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

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

border-color css

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

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

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