Html Css Color HEX #1D370E Black Forest

📋 copy color: '#1D370E'

red 29 ◦ green 55 ◦ blue 14

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

Shades of Black Forest #1D370E

Tints of Black Forest #1D370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 29.59%
G = 56.12%
B = 14.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#1D370E (or 0x1D370E) is known color: Black Forest. HEX triplet: 1D, 37 and 0E. RGB value is (29,55,14). Sum of RGB (Red+Green+Blue) = 29+55+14=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #1D370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D370E is #E2C8F1. Grayscale: #2A2A2A. Windows color (decimal): -14862578 or 931613. OLE color: 931613.

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

Color convert

RGB 29 55 14 -
CMYK 0.47 0 0.75 0.78
HSL 98.05º 0.59% 0.14% -
HSV(B) 98.05º 0.75% 0.22% -
XYZ 1.95 3.03 0.9 -
YUV 42.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 29 55 14 0.47 0 0.75 0.78 98.05 0.59 0.14
Hex 1D 37 E 2F 0 4B 4E 62 3B E
Octal 35 67 16 57 0 113 116 142 73 16
Binary 11101 110111 1110 101111 0 1001011 1001110 1100010 111011 1110

Color Harmonies of #1D370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D370E

Black with #1D370E

Text Example


Text Example

White with #1D370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D370E;
 }
 .AnyTagClassName
 {
   color: #1D370E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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