#1E251C

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

Shades of Black Forest #1E251C

Tints of Black Forest #1E251C

Color information

#1E251C (or 0x1E251C) is unknown color: approx Black Forest. HEX triplet: 1E, 25 and 1C. RGB value is (30,37,28). Sum of RGB (Red+Green+Blue) = 30+37+28=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1E251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E251C is #E1DAE3. Grayscale: #212121. Windows color (decimal): -14801636 or 1844510. OLE color: 1844510.

HSL color Cylindrical-coordinate representation of color #1E251C: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1E251C is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB303728-
CMYK0.1900.240.85
HSL106.67º13.85%12.75%-
HSV(B)106.67º24.32%14.51%-
XYZ1.411.681.35-
YUV33.88124.68125.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=31.58%
G=38.95%
B=29.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037280.1900.240.85106.6713.8512.75
Hex1E251C13018556bed
Octal364534230301251531615
Binary1111010010111100100110110001010101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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