#1C310F

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

Shades of Black Forest #1C310F

Tints of Black Forest #1C310F

Color information

#1C310F (or 0x1C310F) is unknown color: approx Black Forest. HEX triplet: 1C, 31 and 0F. RGB value is (28,49,15). Sum of RGB (Red+Green+Blue) = 28+49+15=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #1C310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C310F is #E3CEF0. Grayscale: #262626. Windows color (decimal): -14929649 or 995612. OLE color: 995612.

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

Color convert

RGB284915-
CMYK0.4300.690.81
HSL97.06º53.12%12.55%-
HSV(B)97.06º69.39%19.22%-
XYZ1.662.480.84-
YUV38.84114.54120.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=30.43%
G=53.26%
B=16.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849150.4300.690.8197.0653.1212.55
Hex1C31F2B045516135d
Octal3461175301051211416515
Binary11100110001111110101101000101101000111000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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