#1B1E1A

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

Shades of Black Forest #1B1E1A

Tints of Black Forest #1B1E1A

Color information

#1B1E1A (or 0x1B1E1A) is unknown color: approx Black Forest. HEX triplet: 1B, 1E and 1A. RGB value is (27,30,26). Sum of RGB (Red+Green+Blue) = 27+30+26=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E1A is #E4E1E5. Grayscale: #1C1C1C. Windows color (decimal): -15000038 or 1711643. OLE color: 1711643.

HSL color Cylindrical-coordinate representation of color #1B1E1A: hue angle of 105º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1E1A is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB273026-
CMYK0.1000.130.88
HSL105º7.14%10.98%-
HSV(B)105º13.33%11.76%-
XYZ1.11.241.16-
YUV28.65126.51126.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=32.53%
G=36.14%
B=31.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2730260.1000.130.881057.1410.98
Hex1B1E1AA0D58697b
Octal33363212015130151713
Binary110111111011010101001101101100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,30,26); }

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

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

 a { background-color: rgb(27,30,26); }

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

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

 span { border-color: rgb(27,30,26); }

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