#1D271A

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

Shades of Black Forest #1D271A

Tints of Black Forest #1D271A

Color information

#1D271A (or 0x1D271A) is unknown color: approx Black Forest. HEX triplet: 1D, 27 and 1A. RGB value is (29,39,26). Sum of RGB (Red+Green+Blue) = 29+39+26=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #1D271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D271A is #E2D8E5. Grayscale: #222222. Windows color (decimal): -14866662 or 1713949. OLE color: 1713949.

HSL color Cylindrical-coordinate representation of color #1D271A: hue angle of 106.15º 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 #1D271A is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB293926-
CMYK0.2600.330.85
HSL106.15º20%12.75%-
HSV(B)106.15º33.33%15.29%-
XYZ1.421.791.25-
YUV34.53123.19124.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=30.85%
G=41.49%
B=27.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2939260.2600.330.85106.152012.75
Hex1D271A1A021556a14d
Octal354732320411251522415
Binary111011001111101011010010000110101011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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