Html Css Color HEX #203125 Black Bean

📋 copy color: '#203125'

red 32 ◦ green 49 ◦ blue 37

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

Shades of Black Bean #203125

Tints of Black Bean #203125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.53%

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

R = 27.12%
G = 41.53%
B = 31.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#203125 (or 0x203125) is known color: Black Bean. HEX triplet: 20, 31 and 25. RGB value is (32,49,37). Sum of RGB (Red+Green+Blue) = 32+49+37=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #203125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203125 is #DFCEDA. Grayscale: #2A2A2A. Windows color (decimal): -14667483 or 2437408. OLE color: 2437408.

HSL color Cylindrical-coordinate representation of color #203125: hue angle of 137.65º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #203125 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 49 37 -
CMYK 0.35 0 0.24 0.81
HSL 137.65º 0.21% 0.16% -
HSV(B) 137.65º 0.35% 0.19% -
XYZ 2.03 2.64 2.15 -
YUV 42.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 32 49 37 0.35 0 0.24 0.81 137.65 0.21 0.16
Hex 20 31 25 23 0 18 51 8A 15 10
Octal 40 61 45 43 0 30 121 212 25 20
Binary 100000 110001 100101 100011 0 11000 1010001 10001010 10101 10000

Color Harmonies of #203125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203125

Black with #203125

Text Example


Text Example

White with #203125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203125; }

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

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

background-color css

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

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

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

border-color css

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

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

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