Html Css Color HEX #203525 Black Bean

📋 copy color: '#203525'

red 32 ◦ green 53 ◦ blue 37

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

Shades of Black Bean #203525

Tints of Black Bean #203525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.44%

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

R = 26.23%
G = 43.44%
B = 30.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#203525 (or 0x203525) is known color: Black Bean. HEX triplet: 20, 35 and 25. RGB value is (32,53,37). Sum of RGB (Red+Green+Blue) = 32+53+37=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #203525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203525 is #DFCADA. Grayscale: #2C2C2C. Windows color (decimal): -14666459 or 2438432. OLE color: 2438432.

HSL color Cylindrical-coordinate representation of color #203525: hue angle of 134.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #203525 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 53 37 -
CMYK 0.40 0 0.30 0.79
HSL 134.29º 0.25% 0.17% -
HSV(B) 134.29º 0.4% 0.21% -
XYZ 2.2 2.99 2.21 -
YUV 44.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 32 53 37 0.40 0 0.30 0.79 134.29 0.25 0.17
Hex 20 35 25 28 0 1E 4F 86 19 11
Octal 40 65 45 50 0 36 117 206 31 21
Binary 100000 110101 100101 101000 0 11110 1001111 10000110 11001 10001

Color Harmonies of #203525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203525

Black with #203525

Text Example


Text Example

White with #203525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203525; }

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

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

background-color css

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

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

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

border-color css

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

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

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