#202D24

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

Shades of Black Bean #202D24

Tints of Black Bean #202D24

Color information

#202D24 (or 0x202D24) is unknown color: approx Black Bean. HEX triplet: 20, 2D and 24. RGB value is (32,45,36). Sum of RGB (Red+Green+Blue) = 32+45+36=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #202D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D24 is #DFD2DB. Grayscale: #282828. Windows color (decimal): -14668508 or 2370848. OLE color: 2370848.

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

Color convert

RGB324536-
CMYK0.2900.20.82
HSL138.46º16.88%15.1%-
HSV(B)138.46º28.89%17.65%-
XYZ1.852.312.02-
YUV40.09125.69122.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.32%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=28.32%
G=39.82%
B=31.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3245360.2900.20.82138.4616.8815.1
Hex202D241D014528a11f
Octal405544350241222122117
Binary10000010110110010011101010100101001010001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,45,36); }

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

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

 a { background-color: rgb(32,45,36); }

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

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

 span { border-color: rgb(32,45,36); }

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