#1D360F

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

Shades of Black Forest #1D360F

Tints of Black Forest #1D360F

Color information

#1D360F (or 0x1D360F) is unknown color: approx Black Forest. HEX triplet: 1D, 36 and 0F. RGB value is (29,54,15). Sum of RGB (Red+Green+Blue) = 29+54+15=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #1D360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D360F is #E2C9F0. Grayscale: #2A2A2A. Windows color (decimal): -14862833 or 996893. OLE color: 996893.

HSL color Cylindrical-coordinate representation of color #1D360F: hue angle of 98.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D360F is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB295415-
CMYK0.4600.720.79
HSL98.46º56.52%13.53%-
HSV(B)98.46º72.22%21.18%-
XYZ1.912.930.92-
YUV42.08112.72118.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.59%
GREEN value IS 54 (21.48% from 255) = 55.10%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=29.59%
G=55.10%
B=15.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954150.4600.720.7998.4656.5213.53
Hex1D36F2E0484F6239e
Octal3566175601101171427116
Binary11101110110111110111001001000100111111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,15); }

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

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

 a { background-color: rgb(29,54,15); }

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

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

 span { border-color: rgb(29,54,15); }

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