#203425

Color #203425 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #203425

Tints of Black Bean #203425

Color information

#203425 (or 0x203425) is unknown color: approx Black Bean. HEX triplet: 20, 34 and 25. RGB value is (32,52,37). Sum of RGB (Red+Green+Blue) = 32+52+37=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #203425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203425 is #DFCBDA. Grayscale: #2C2C2C. Windows color (decimal): -14666715 or 2438176. OLE color: 2438176.

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

Color convert

RGB325237-
CMYK0.3800.290.80
HSL135º23.81%16.47%-
HSV(B)135º38.46%20.39%-
XYZ2.162.92.2-
YUV44.31123.87119.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.45%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=26.45%
G=42.98%
B=30.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252370.3800.290.8013523.8116.47
Hex2034252601D50871810
Octal406445460351202073020
Binary1000001101001001011001100111011010000100001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203425; }

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

 H1.HeaderClassName
 {
   color: #203425;
 }
 .AnyTagClassName
 {
   color: #203425;
 }
</style>
background-color css

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

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

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

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

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

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