Html Css Color HEX #203024 Black Bean

📋 copy color: '#203024'

red 32 ◦ green 48 ◦ blue 36

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

Shades of Black Bean #203024

Tints of Black Bean #203024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.38%

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

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#203024 (or 0x203024) is known color: Black Bean. HEX triplet: 20, 30 and 24. RGB value is (32,48,36). Sum of RGB (Red+Green+Blue) = 32+48+36=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #203024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203024 is #DFCFDB. Grayscale: #292929. Windows color (decimal): -14667740 or 2371616. OLE color: 2371616.

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

Color convert

RGB 32 48 36 -
CMYK 0.33 0 0.25 0.81
HSL 135º 0.2% 0.16% -
HSV(B) 135º 0.33% 0.19% -
XYZ 1.97 2.55 2.06 -
YUV 41.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 32 48 36 0.33 0 0.25 0.81 135 0.2 0.16
Hex 20 30 24 21 0 19 51 87 14 10
Octal 40 60 44 41 0 31 121 207 24 20
Binary 100000 110000 100100 100001 0 11001 1010001 10000111 10100 10000

Color Harmonies of #203024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203024

Black with #203024

Text Example


Text Example

White with #203024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203024; }

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

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

background-color css

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

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

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

border-color css

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

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

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