#202E23

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

Shades of Black Bean #202E23

Tints of Black Bean #202E23

Color information

#202E23 (or 0x202E23) is unknown color: approx Black Bean. HEX triplet: 20, 2E and 23. RGB value is (32,46,35). Sum of RGB (Red+Green+Blue) = 32+46+35=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #202E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E23 is #DFD1DC. Grayscale: #282828. Windows color (decimal): -14668253 or 2305568. OLE color: 2305568.

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

Color convert

RGB324635-
CMYK0.3000.240.82
HSL132.86º17.95%15.29%-
HSV(B)132.86º30.43%18.04%-
XYZ1.882.381.95-
YUV40.56124.86121.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.32%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=28.32%
G=40.71%
B=30.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3246350.3000.240.82132.8617.9515.29
Hex202E231E018528512f
Octal405643360301222052217
Binary10000010111010001111110011000101001010000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,46,35); }

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

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

 a { background-color: rgb(32,46,35); }

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

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

 span { border-color: rgb(32,46,35); }

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