#25311D

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

Shades of Black Forest #25311D

Tints of Black Forest #25311D

Color information

#25311D (or 0x25311D) is unknown color: approx Black Forest. HEX triplet: 25, 31 and 1D. RGB value is (37,49,29). Sum of RGB (Red+Green+Blue) = 37+49+29=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #25311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25311D is #DACEE2. Grayscale: #2B2B2B. Windows color (decimal): -14339811 or 1913125. OLE color: 1913125.

HSL color Cylindrical-coordinate representation of color #25311D: hue angle of 96º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25311D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB374929-
CMYK0.2400.410.81
HSL96º25.64%15.29%-
HSV(B)96º40.82%19.22%-
XYZ2.082.681.57-
YUV43.13120.02123.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=32.17%
G=42.61%
B=25.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749290.2400.410.819625.6415.29
Hex25311D1802951601af
Octal456135300511211403217
Binary1001011100011110111000010100110100011100000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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