#1D3310

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

Shades of Black Forest #1D3310

Tints of Black Forest #1D3310

Color information

#1D3310 (or 0x1D3310) is unknown color: approx Black Forest. HEX triplet: 1D, 33 and 10. RGB value is (29,51,16). Sum of RGB (Red+Green+Blue) = 29+51+16=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3310 is #E2CCEF. Grayscale: #282828. Windows color (decimal): -14863600 or 1061661. OLE color: 1061661.

HSL color Cylindrical-coordinate representation of color #1D3310: hue angle of 97.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D3310 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB295116-
CMYK0.4300.690.8
HSL97.71º52.24%13.14%-
HSV(B)97.71º68.63%20%-
XYZ1.782.670.91-
YUV40.43114.21119.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=30.21%
G=53.12%
B=16.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951160.4300.690.897.7152.2413.14
Hex1D33102B045506234d
Octal3563205301051201426415
Binary111011100111000010101101000101101000011000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,16); }

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

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

 a { background-color: rgb(29,51,16); }

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

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

 span { border-color: rgb(29,51,16); }

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