#253120

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

Shades of Black Forest #253120

Tints of Black Forest #253120

Color information

#253120 (or 0x253120) is unknown color: approx Black Forest. HEX triplet: 25, 31 and 20. RGB value is (37,49,32). Sum of RGB (Red+Green+Blue) = 37+49+32=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #253120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253120 is #DACEDF. Grayscale: #2B2B2B. Windows color (decimal): -14339808 or 2109733. OLE color: 2109733.

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

Color convert

RGB374932-
CMYK0.2400.350.81
HSL102.35º20.99%15.88%-
HSV(B)102.35º34.69%19.22%-
XYZ2.122.691.77-
YUV43.47121.52123.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=31.36%
G=41.53%
B=27.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749320.2400.350.81102.3520.9915.88
Hex2531201802351661510
Octal456140300431211462520
Binary100101110001100000110000100011101000111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253120; }

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

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

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

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

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

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

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

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