#1D3111

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

Shades of Black Forest #1D3111

Tints of Black Forest #1D3111

Color information

#1D3111 (or 0x1D3111) is unknown color: approx Black Forest. HEX triplet: 1D, 31 and 11. RGB value is (29,49,17). Sum of RGB (Red+Green+Blue) = 29+49+17=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3111 is #E2CEEE. Grayscale: #272727. Windows color (decimal): -14864111 or 1126685. OLE color: 1126685.

HSL color Cylindrical-coordinate representation of color #1D3111: hue angle of 97.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3111 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB294917-
CMYK0.4100.650.81
HSL97.5º48.48%12.94%-
HSV(B)97.5º65.31%19.22%-
XYZ1.712.50.92-
YUV39.37115.37120.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.53%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=30.53%
G=51.58%
B=17.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949170.4100.650.8197.548.4812.94
Hex1D311129041516230d
Octal3561215101011211426015
Binary111011100011000110100101000001101000111000101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,17); }

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

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

 a { background-color: rgb(29,49,17); }

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

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

 span { border-color: rgb(29,49,17); }

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