#1D370D

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

Shades of Black Forest #1D370D

Tints of Black Forest #1D370D

Color information

#1D370D (or 0x1D370D) is unknown color: approx Black Forest. HEX triplet: 1D, 37 and 0D. RGB value is (29,55,13). Sum of RGB (Red+Green+Blue) = 29+55+13=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #1D370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D370D is #E2C8F2. Grayscale: #2A2A2A. Windows color (decimal): -14862579 or 866077. OLE color: 866077.

HSL color Cylindrical-coordinate representation of color #1D370D: hue angle of 97.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D370D is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB295513-
CMYK0.4700.760.78
HSL97.14º61.76%13.33%-
HSV(B)97.14º76.36%21.57%-
XYZ1.953.020.86-
YUV42.44111.39118.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 55 (21.88% from 255) = 56.70%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=29.90%
G=56.70%
B=13.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2955130.4700.760.7897.1461.7613.33
Hex1D37D2F04C4E613ed
Octal3567155701141161417615
Binary11101110111110110111101001100100111011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,55,13); }

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

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

 a { background-color: rgb(29,55,13); }

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

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

 span { border-color: rgb(29,55,13); }

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