#25321F

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

Shades of Black Forest #25321F

Tints of Black Forest #25321F

Color information

#25321F (or 0x25321F) is unknown color: approx Black Forest. HEX triplet: 25, 32 and 1F. RGB value is (37,50,31). Sum of RGB (Red+Green+Blue) = 37+50+31=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #25321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321F is #DACDE0. Grayscale: #2C2C2C. Windows color (decimal): -14339553 or 2044453. OLE color: 2044453.

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

Color convert

RGB375031-
CMYK0.2600.380.80
HSL101.05º23.46%15.88%-
HSV(B)101.05º38%19.61%-
XYZ2.152.771.72-
YUV43.95120.69123.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=31.36%
G=42.37%
B=26.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750310.2600.380.80101.0523.4615.88
Hex25321F1A02650651710
Octal456237320461201452720
Binary10010111001011111110100100110101000011001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25321F; }

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

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

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

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

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

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

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

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