Html Css Color HEX #253220 Black Forest

📋 copy color: '#253220'

red 37 ◦ green 50 ◦ blue 32

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

Shades of Black Forest #253220

Tints of Black Forest #253220

RGB

 RED value IS 37 (14.84% from 255) = 31.09%

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

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

R = 31.09%
G = 42.02%
B = 26.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#253220 (or 0x253220) is known color: Black Forest. HEX triplet: 25, 32 and 20. RGB value is (37,50,32). Sum of RGB (Red+Green+Blue) = 37+50+32=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #253220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253220 is #DACDDF. Grayscale: #2C2C2C. Windows color (decimal): -14339552 or 2109989. OLE color: 2109989.

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

Color convert

RGB 37 50 32 -
CMYK 0.26 0 0.36 0.80
HSL 103.33º 0.22% 0.16% -
HSV(B) 103.33º 0.36% 0.2% -
XYZ 2.16 2.78 1.79 -
YUV 44.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 37 50 32 0.26 0 0.36 0.80 103.33 0.22 0.16
Hex 25 32 20 1A 0 24 50 67 16 10
Octal 45 62 40 32 0 44 120 147 26 20
Binary 100101 110010 100000 11010 0 100100 1010000 1100111 10110 10000

Color Harmonies of #253220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253220

Black with #253220

Text Example


Text Example

White with #253220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253220; }

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

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

background-color css

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

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

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

border-color css

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

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

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