#1D380C

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

Shades of Black Forest #1D380C

Tints of Black Forest #1D380C

Color information

#1D380C (or 0x1D380C) is unknown color: approx 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

RGB295612-
CMYK0.4800.790.78
HSL96.82º64.71%13.33%-
HSV(B)96.82º78.57%21.96%-
XYZ1.993.120.84-
YUV42.91110.55118.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 56 (22.27% from 255) = 57.73%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=29.90%
G=57.73%
B=12.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956120.4800.790.7896.8264.7113.33
Hex1D38C3004F4E6141d
Octal35701460011711614110115
Binary111011110001100110000010011111001110110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>