#1B310F

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

Shades of Black Forest #1B310F

Tints of Black Forest #1B310F

Color information

#1B310F (or 0x1B310F) is unknown color: approx Black Forest. HEX triplet: 1B, 31 and 0F. RGB value is (27,49,15). Sum of RGB (Red+Green+Blue) = 27+49+15=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #1B310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B310F is #E4CEF0. Grayscale: #262626. Windows color (decimal): -14995185 or 995611. OLE color: 995611.

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

Color convert

RGB274915-
CMYK0.4500.690.81
HSL98.82º53.12%12.55%-
HSV(B)98.82º69.39%19.22%-
XYZ1.642.460.84-
YUV38.55114.71119.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.67%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=29.67%
G=53.85%
B=16.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749150.4500.690.8198.8253.1212.55
Hex1B31F2D045516335d
Octal3361175501051211436515
Binary11011110001111110110101000101101000111000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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