#1B3110

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

Shades of Black Forest #1B3110

Tints of Black Forest #1B3110

Color information

#1B3110 (or 0x1B3110) is unknown color: approx Black Forest. HEX triplet: 1B, 31 and 10. RGB value is (27,49,16). Sum of RGB (Red+Green+Blue) = 27+49+16=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3110 is #E4CEEF. Grayscale: #262626. Windows color (decimal): -14995184 or 1061147. OLE color: 1061147.

HSL color Cylindrical-coordinate representation of color #1B3110: hue angle of 100º 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 #1B3110 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB274916-
CMYK0.4500.670.81
HSL100º50.77%12.75%-
HSV(B)100º67.35%19.22%-
XYZ1.642.470.88-
YUV38.66115.21119.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.35%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=29.35%
G=53.26%
B=17.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749160.4500.670.8110050.7712.75
Hex1B31102D043516433d
Octal3361205501031211446315
Binary110111100011000010110101000011101000111001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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