#1D3113

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

Shades of Black Forest #1D3113

Tints of Black Forest #1D3113

Color information

#1D3113 (or 0x1D3113) is unknown color: approx Black Forest. HEX triplet: 1D, 31 and 13. RGB value is (29,49,19). Sum of RGB (Red+Green+Blue) = 29+49+19=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3113 is #E2CEEC. Grayscale: #272727. Windows color (decimal): -14864109 or 1257757. OLE color: 1257757.

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

Color convert

RGB294919-
CMYK0.4100.610.81
HSL100º44.12%13.33%-
HSV(B)100º61.22%19.22%-
XYZ1.722.51.01-
YUV39.6116.37120.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=29.90%
G=50.52%
B=19.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949190.4100.610.8110044.1213.33
Hex1D31132903D51642cd
Octal356123510751211445415
Binary11101110001100111010010111101101000111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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