#1C340D

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

Shades of Black Forest #1C340D

Tints of Black Forest #1C340D

Color information

#1C340D (or 0x1C340D) is unknown color: approx Black Forest. HEX triplet: 1C, 34 and 0D. RGB value is (28,52,13). Sum of RGB (Red+Green+Blue) = 28+52+13=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #1C340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C340D is #E3CBF2. Grayscale: #282828. Windows color (decimal): -14928883 or 865308. OLE color: 865308.

HSL color Cylindrical-coordinate representation of color #1C340D: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C340D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB285213-
CMYK0.4600.750.80
HSL96.92º60%12.75%-
HSV(B)96.92º75%20.39%-
XYZ1.782.730.81-
YUV40.38112.55119.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.11%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=30.11%
G=55.91%
B=13.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2852130.4600.750.8096.926012.75
Hex1C34D2E04B50613cd
Octal3464155601131201417415
Binary11100110100110110111001001011101000011000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,52,13); }

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

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

 a { background-color: rgb(28,52,13); }

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

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

 span { border-color: rgb(28,52,13); }

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