#25341F

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

Shades of Black Forest #25341F

Tints of Black Forest #25341F

Color information

#25341F (or 0x25341F) is unknown color: approx Black Forest. HEX triplet: 25, 34 and 1F. RGB value is (37,52,31). Sum of RGB (Red+Green+Blue) = 37+52+31=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #25341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25341F is #DACBE0. Grayscale: #2D2D2D. Windows color (decimal): -14339041 or 2044965. OLE color: 2044965.

HSL color Cylindrical-coordinate representation of color #25341F: hue angle of 102.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25341F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB375231-
CMYK0.2900.400.80
HSL102.86º25.3%16.27%-
HSV(B)102.86º40.38%20.39%-
XYZ2.242.951.75-
YUV45.12120.03122.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=30.83%
G=43.33%
B=25.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752310.2900.400.80102.8625.316.27
Hex25341F1D02850671910
Octal456437350501201473120
Binary10010111010011111111010101000101000011001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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