#25381C

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

Shades of Black Forest #25381C

Tints of Black Forest #25381C

Color information

#25381C (or 0x25381C) is unknown color: approx Black Forest. HEX triplet: 25, 38 and 1C. RGB value is (37,56,28). Sum of RGB (Red+Green+Blue) = 37+56+28=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #25381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25381C is #DAC7E3. Grayscale: #2F2F2F. Windows color (decimal): -14338020 or 1849381. OLE color: 1849381.

HSL color Cylindrical-coordinate representation of color #25381C: hue angle of 100.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25381C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB375628-
CMYK0.3400.500.78
HSL100.71º33.33%16.47%-
HSV(B)100.71º50%21.96%-
XYZ2.393.311.61-
YUV47.13117.21120.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=30.58%
G=46.28%
B=23.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756280.3400.500.78100.7133.3316.47
Hex25381C220324E652110
Octal457034420621161454120
Binary1001011110001110010001001100101001110110010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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