#1E271A

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

Shades of Black Forest #1E271A

Tints of Black Forest #1E271A

Color information

#1E271A (or 0x1E271A) is unknown color: approx Black Forest. HEX triplet: 1E, 27 and 1A. RGB value is (30,39,26). Sum of RGB (Red+Green+Blue) = 30+39+26=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #1E271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E271A is #E1D8E5. Grayscale: #222222. Windows color (decimal): -14801126 or 1713950. OLE color: 1713950.

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

Color convert

RGB303926-
CMYK0.2300.330.85
HSL101.54º20%12.75%-
HSV(B)101.54º33.33%15.29%-
XYZ1.451.81.25-
YUV34.83123.02124.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=31.58%
G=41.05%
B=27.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3039260.2300.330.85101.542012.75
Hex1E271A17021556614d
Octal364732270411251462415
Binary111101001111101010111010000110101011100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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