#25381D

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

Shades of Black Forest #25381D

Tints of Black Forest #25381D

Color information

#25381D (or 0x25381D) is unknown color: approx Black Forest. HEX triplet: 25, 38 and 1D. RGB value is (37,56,29). Sum of RGB (Red+Green+Blue) = 37+56+29=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #25381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25381D is #DAC7E2. Grayscale: #2F2F2F. Windows color (decimal): -14338019 or 1914917. OLE color: 1914917.

HSL color Cylindrical-coordinate representation of color #25381D: hue angle of 102.22º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25381D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB375629-
CMYK0.3400.480.78
HSL102.22º31.76%16.67%-
HSV(B)102.22º48.21%21.96%-
XYZ2.43.311.67-
YUV47.24117.71120.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=30.33%
G=45.90%
B=23.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756290.3400.480.78102.2231.7616.67
Hex25381D220304E662011
Octal457035420601161464021
Binary1001011110001110110001001100001001110110011010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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