Html Css Color HEX #1D3011 Black Forest

📋 copy color: '#1D3011'

red 29 ◦ green 48 ◦ blue 17

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

Shades of Black Forest #1D3011

Tints of Black Forest #1D3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.06%

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 30.85%
G = 51.06%
B = 18.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#1D3011 (or 0x1D3011) is known color: Black Forest. HEX triplet: 1D, 30 and 11. RGB value is (29,48,17). Sum of RGB (Red+Green+Blue) = 29+48+17=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3011 is #E2CFEE. Grayscale: #262626. Windows color (decimal): -14864367 or 1126429. OLE color: 1126429.

HSL color Cylindrical-coordinate representation of color #1D3011: hue angle of 96.77º 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 #1D3011 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 48 17 -
CMYK 0.40 0 0.65 0.81
HSL 96.77º 0.48% 0.13% -
HSV(B) 96.77º 0.65% 0.19% -
XYZ 1.66 2.42 0.91 -
YUV 38.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 29 48 17 0.40 0 0.65 0.81 96.77 0.48 0.13
Hex 1D 30 11 28 0 41 51 61 30 D
Octal 35 60 21 50 0 101 121 141 60 15
Binary 11101 110000 10001 101000 0 1000001 1010001 1100001 110000 1101

Color Harmonies of #1D3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3011

Black with #1D3011

Text Example


Text Example

White with #1D3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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