Html Css Color HEX #202F25 Black Bean

📋 copy color: '#202F25'

red 32 ◦ green 47 ◦ blue 37

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

Shades of Black Bean #202F25

Tints of Black Bean #202F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 40.52%

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

R = 27.59%
G = 40.52%
B = 31.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.82

RGB Variations

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

Color information

#202F25 (or 0x202F25) is known color: Black Bean. HEX triplet: 20, 2F and 25. RGB value is (32,47,37). Sum of RGB (Red+Green+Blue) = 32+47+37=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #202F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F25 is #DFD0DA. Grayscale: #292929. Windows color (decimal): -14667995 or 2436896. OLE color: 2436896.

HSL color Cylindrical-coordinate representation of color #202F25: hue angle of 140º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #202F25 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 47 37 -
CMYK 0.32 0 0.21 0.82
HSL 140º 0.19% 0.15% -
HSV(B) 140º 0.32% 0.18% -
XYZ 1.95 2.47 2.13 -
YUV 41.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 32 47 37 0.32 0 0.21 0.82 140 0.19 0.15
Hex 20 2F 25 20 0 15 52 8C 13 F
Octal 40 57 45 40 0 25 122 214 23 17
Binary 100000 101111 100101 100000 0 10101 1010010 10001100 10011 1111

Color Harmonies of #202F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202F25

Black with #202F25

Text Example


Text Example

White with #202F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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