Html Css Color HEX #203215 Black Forest

📋 copy color: '#203215'

red 32 ◦ green 50 ◦ blue 21

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

Shades of Black Forest #203215

Tints of Black Forest #203215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.54%

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 31.07%
G = 48.54%
B = 20.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#203215 (or 0x203215) is known color: Black Forest. HEX triplet: 20, 32 and 15. RGB value is (32,50,21). Sum of RGB (Red+Green+Blue) = 32+50+21=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #203215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203215 is #DFCDEA. Grayscale: #292929. Windows color (decimal): -14667243 or 1389088. OLE color: 1389088.

HSL color Cylindrical-coordinate representation of color #203215: hue angle of 97.24º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203215 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 50 21 -
CMYK 0.36 0 0.58 0.80
HSL 97.24º 0.41% 0.14% -
HSV(B) 97.24º 0.58% 0.2% -
XYZ 1.87 2.64 1.12 -
YUV 41.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 32 50 21 0.36 0 0.58 0.80 97.24 0.41 0.14
Hex 20 32 15 24 0 3A 50 61 29 E
Octal 40 62 25 44 0 72 120 141 51 16
Binary 100000 110010 10101 100100 0 111010 1010000 1100001 101001 1110

Color Harmonies of #203215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203215

Black with #203215

Text Example


Text Example

White with #203215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203215; }

 p { color: rgb(32,50,21); }

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

background-color css

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

 a { background-color: rgb(32,50,21); }

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

border-color css

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

 span { border-color: rgb(32,50,21); }

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