#253020

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

Shades of Black Forest #253020

Tints of Black Forest #253020

Color information

#253020 (or 0x253020) is unknown color: approx Black Forest. HEX triplet: 25, 30 and 20. RGB value is (37,48,32). Sum of RGB (Red+Green+Blue) = 37+48+32=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #253020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253020 is #DACFDF. Grayscale: #2A2A2A. Windows color (decimal): -14340064 or 2109477. OLE color: 2109477.

HSL color Cylindrical-coordinate representation of color #253020: hue angle of 101.25º 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 #253020 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB374832-
CMYK0.2300.330.81
HSL101.25º20%15.69%-
HSV(B)101.25º33.33%18.82%-
XYZ2.082.611.76-
YUV42.89121.86123.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=31.62%
G=41.03%
B=27.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748320.2300.330.81101.252015.69
Hex2530201702151651410
Octal456040270411211452420
Binary100101110000100000101110100001101000111001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253020; }

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

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

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

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

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

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

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

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