#1C3110

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

Shades of Black Forest #1C3110

Tints of Black Forest #1C3110

Color information

#1C3110 (or 0x1C3110) is unknown color: approx Black Forest. HEX triplet: 1C, 31 and 10. RGB value is (28,49,16). Sum of RGB (Red+Green+Blue) = 28+49+16=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #1C3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3110 is #E3CEEF. Grayscale: #272727. Windows color (decimal): -14929648 or 1061148. OLE color: 1061148.

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

Color convert

RGB284916-
CMYK0.4300.670.81
HSL98.18º50.77%12.75%-
HSV(B)98.18º67.35%19.22%-
XYZ1.672.480.88-
YUV38.96115.04120.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.11%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=30.11%
G=52.69%
B=17.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849160.4300.670.8198.1850.7712.75
Hex1C31102B043516233d
Octal3461205301031211426315
Binary111001100011000010101101000011101000111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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