#1C320F

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

Shades of Black Forest #1C320F

Tints of Black Forest #1C320F

Color information

#1C320F (or 0x1C320F) is unknown color: approx Black Forest. HEX triplet: 1C, 32 and 0F. RGB value is (28,50,15). Sum of RGB (Red+Green+Blue) = 28+50+15=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #1C320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C320F is #E3CDF0. Grayscale: #272727. Windows color (decimal): -14929393 or 995868. OLE color: 995868.

HSL color Cylindrical-coordinate representation of color #1C320F: hue angle of 97.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C320F is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB285015-
CMYK0.4400.700.80
HSL97.71º53.85%12.75%-
HSV(B)97.71º70%19.61%-
XYZ1.712.560.86-
YUV39.43114.21119.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.11%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=30.11%
G=53.76%
B=16.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850150.4400.700.8097.7153.8512.75
Hex1C32F2C046506236d
Octal3462175401061201426615
Binary11100110010111110110001000110101000011000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,15); }

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

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

 a { background-color: rgb(28,50,15); }

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

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

 span { border-color: rgb(28,50,15); }

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