Html Css Color HEX #1D370D Black Forest

📋 copy color: '#1D370D'

red 29 ◦ green 55 ◦ blue 13

#1D370D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #1D370D

Tints of Black Forest #1D370D

RGB

 RED value IS 29 (11.72% from 255) = 29.9%

 GREEN value IS 55 (21.88% from 255) = 56.7%

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 29.9%
G = 56.7%
B = 13.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#1D370D (or 0x1D370D) is known color: 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

RGB 29 55 13 -
CMYK 0.47 0 0.76 0.78
HSL 97.14º 0.62% 0.13% -
HSV(B) 97.14º 0.76% 0.22% -
XYZ 1.95 3.02 0.86 -
YUV 42.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 29 55 13 0.47 0 0.76 0.78 97.14 0.62 0.13
Hex 1D 37 D 2F 0 4C 4E 61 3E D
Octal 35 67 15 57 0 114 116 141 76 15
Binary 11101 110111 1101 101111 0 1001100 1001110 1100001 111110 1101

Color Harmonies of #1D370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D370D

Black with #1D370D

Text Example


Text Example

White with #1D370D

Text Example


Text Example

HTML Codes & Css Web 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>