#1B2C11

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

Shades of Black Forest #1B2C11

Tints of Black Forest #1B2C11

Color information

#1B2C11 (or 0x1B2C11) is unknown color: approx Black Forest. HEX triplet: 1B, 2C and 11. RGB value is (27,44,17). Sum of RGB (Red+Green+Blue) = 27+44+17=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2C11 is #E4D3EE. Grayscale: #232323. Windows color (decimal): -14996463 or 1125403. OLE color: 1125403.

HSL color Cylindrical-coordinate representation of color #1B2C11: hue angle of 97.78º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B2C11 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB274417-
CMYK0.3900.610.83
HSL97.78º44.26%11.96%-
HSV(B)97.78º61.36%17.25%-
XYZ1.452.070.85-
YUV35.84117.37121.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 44 (17.58% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=30.68%
G=50%
B=19.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2744170.3900.610.8397.7844.2611.96
Hex1B2C112703D53622cc
Octal335421470751231425414
Binary11011101100100011001110111101101001111000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,44,17); }

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

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

 a { background-color: rgb(27,44,17); }

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

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

 span { border-color: rgb(27,44,17); }

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