#25321D

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

Shades of Black Forest #25321D

Tints of Black Forest #25321D

Color information

#25321D (or 0x25321D) is unknown color: approx Black Forest. HEX triplet: 25, 32 and 1D. RGB value is (37,50,29). Sum of RGB (Red+Green+Blue) = 37+50+29=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #25321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321D is #DACDE2. Grayscale: #2B2B2B. Windows color (decimal): -14339555 or 1913381. OLE color: 1913381.

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

Color convert

RGB375029-
CMYK0.2600.420.80
HSL97.14º26.58%15.49%-
HSV(B)97.14º42%19.61%-
XYZ2.132.761.58-
YUV43.72119.69123.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 29 (11.72% from 255) = 25%
R=31.90%
G=43.10%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750290.2600.420.8097.1426.5815.49
Hex25321D1A02A50611bf
Octal456235320521201413317
Binary1001011100101110111010010101010100001100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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