#1E251A

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

Shades of Black Forest #1E251A

Tints of Black Forest #1E251A

Color information

#1E251A (or 0x1E251A) is unknown color: approx Black Forest. HEX triplet: 1E, 25 and 1A. RGB value is (30,37,26). Sum of RGB (Red+Green+Blue) = 30+37+26=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #1E251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E251A is #E1DAE5. Grayscale: #212121. Windows color (decimal): -14801638 or 1713438. OLE color: 1713438.

HSL color Cylindrical-coordinate representation of color #1E251A: hue angle of 98.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E251A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB303726-
CMYK0.1900.300.85
HSL98.18º17.46%12.35%-
HSV(B)98.18º29.73%14.51%-
XYZ1.381.671.23-
YUV33.65123.68125.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=32.26%
G=39.78%
B=27.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037260.1900.300.8598.1817.4612.35
Hex1E251A1301E556211c
Octal364532230361251422114
Binary11110100101110101001101111010101011100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E251A; }

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

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

<style>
 a { background-color: #1E251A; }

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

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

<style>
 span { border-color: #1E251A; }

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

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