#1D390B

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

Shades of Black Forest #1D390B

Tints of Black Forest #1D390B

Color information

#1D390B (or 0x1D390B) is unknown color: approx Black Forest. HEX triplet: 1D, 39 and 0B. RGB value is (29,57,11). Sum of RGB (Red+Green+Blue) = 29+57+11=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #1D390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D390B is #E2C6F4. Grayscale: #2B2B2B. Windows color (decimal): -14862069 or 735517. OLE color: 735517.

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

Color convert

RGB295711-
CMYK0.4900.810.78
HSL96.52º67.65%13.33%-
HSV(B)96.52º80.7%22.35%-
XYZ2.033.210.83-
YUV43.38109.72117.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 57 (22.66% from 255) = 58.76%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=29.90%
G=58.76%
B=11.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2957110.4900.810.7896.5267.6513.33
Hex1D39B310514E6144d
Octal35711361012111614110415
Binary111011110011011110001010100011001110110000110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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