#25301E

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

Shades of Black Forest #25301E

Tints of Black Forest #25301E

Color information

#25301E (or 0x25301E) is unknown color: approx Black Forest. HEX triplet: 25, 30 and 1E. RGB value is (37,48,30). Sum of RGB (Red+Green+Blue) = 37+48+30=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #25301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25301E is #DACFE1. Grayscale: #2A2A2A. Windows color (decimal): -14340066 or 1978405. OLE color: 1978405.

HSL color Cylindrical-coordinate representation of color #25301E: hue angle of 96.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25301E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB374830-
CMYK0.2300.370.81
HSL96.67º23.08%15.29%-
HSV(B)96.67º37.5%18.82%-
XYZ2.052.61.62-
YUV42.66120.86123.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=32.17%
G=41.74%
B=26.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748300.2300.370.8196.6723.0815.29
Hex25301E17025516117f
Octal456036270451211412717
Binary1001011100001111010111010010110100011100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25301E; }

 p { color: rgb(37,48,30); }

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

<style>
 a { background-color: #25301E; }

 a { background-color: rgb(37,48,30); }

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

<style>
 span { border-color: #25301E; }

 span { border-color: rgb(37,48,30); }

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