Html Css Color HEX #203324 Black Bean

📋 copy color: '#203324'

red 32 ◦ green 51 ◦ blue 36

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

Shades of Black Bean #203324

Tints of Black Bean #203324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.86%

 BLUE value IS 36 (14.45% from 255) = 30.25%

R = 26.89%
G = 42.86%
B = 30.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#203324 (or 0x203324) is known color: Black Bean. HEX triplet: 20, 33 and 24. RGB value is (32,51,36). Sum of RGB (Red+Green+Blue) = 32+51+36=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #203324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203324 is #DFCCDB. Grayscale: #2B2B2B. Windows color (decimal): -14666972 or 2372384. OLE color: 2372384.

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

Color convert

RGB 32 51 36 -
CMYK 0.37 0 0.29 0.8
HSL 132.63º 0.23% 0.16% -
HSV(B) 132.63º 0.37% 0.2% -
XYZ 2.1 2.8 2.1 -
YUV 43.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 32 51 36 0.37 0 0.29 0.8 132.63 0.23 0.16
Hex 20 33 24 25 0 1D 50 85 17 10
Octal 40 63 44 45 0 35 120 205 27 20
Binary 100000 110011 100100 100101 0 11101 1010000 10000101 10111 10000

Color Harmonies of #203324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203324

Black with #203324

Text Example


Text Example

White with #203324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203324; }

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

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

background-color css

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

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

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

border-color css

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

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

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