Html Css Color HEX #1D380C Black Forest

📋 copy color: '#1D380C'

red 29 ◦ green 56 ◦ blue 12

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

Shades of Black Forest #1D380C

Tints of Black Forest #1D380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 57.73%

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 29.9%
G = 57.73%
B = 12.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#1D380C (or 0x1D380C) is known color: Black Forest. HEX triplet: 1D, 38 and 0C. RGB value is (29,56,12). Sum of RGB (Red+Green+Blue) = 29+56+12=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #1D380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D380C is #E2C7F3. Grayscale: #2B2B2B. Windows color (decimal): -14862324 or 800797. OLE color: 800797.

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

Color convert

RGB 29 56 12 -
CMYK 0.48 0 0.79 0.78
HSL 96.82º 0.65% 0.13% -
HSV(B) 96.82º 0.79% 0.22% -
XYZ 1.99 3.12 0.84 -
YUV 42.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 29 56 12 0.48 0 0.79 0.78 96.82 0.65 0.13
Hex 1D 38 C 30 0 4F 4E 61 41 D
Octal 35 70 14 60 0 117 116 141 101 15
Binary 11101 111000 1100 110000 0 1001111 1001110 1100001 1000001 1101

Color Harmonies of #1D380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D380C

Black with #1D380C

Text Example


Text Example

White with #1D380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,12); }

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

background-color css

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

 a { background-color: rgb(29,56,12); }

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

border-color css

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

 span { border-color: rgb(29,56,12); }

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