#1D380B

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

Shades of Black Forest #1D380B

Tints of Black Forest #1D380B

Color information

#1D380B (or 0x1D380B) is unknown color: approx Black Forest. HEX triplet: 1D, 38 and 0B. RGB value is (29,56,11). Sum of RGB (Red+Green+Blue) = 29+56+11=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #1D380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D380B is #E2C7F4. Grayscale: #2A2A2A. Windows color (decimal): -14862325 or 735261. OLE color: 735261.

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

Color convert

RGB295611-
CMYK0.4800.800.78
HSL96º67.16%13.14%-
HSV(B)96º80.36%21.96%-
XYZ1.983.110.81-
YUV42.8110.05118.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=30.21%
G=58.33%
B=11.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956110.4800.800.789667.1613.14
Hex1D38B300504E6043d
Octal35701360012011614010315
Binary111011110001011110000010100001001110110000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D380B;
 }
 .AnyTagClassName
 {
   color: #1D380B;
 }
</style>
background-color css

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

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

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

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

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

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