#1B2814

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

Shades of Black Forest #1B2814

Tints of Black Forest #1B2814

Color information

#1B2814 (or 0x1B2814) is unknown color: approx Black Forest. HEX triplet: 1B, 28 and 14. RGB value is (27,40,20). Sum of RGB (Red+Green+Blue) = 27+40+20=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2814 is #E4D7EB. Grayscale: #212121. Windows color (decimal): -14997484 or 1320987. OLE color: 1320987.

HSL color Cylindrical-coordinate representation of color #1B2814: hue angle of 99º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2814 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB274020-
CMYK0.3300.50.84
HSL99º33.33%11.76%-
HSV(B)99º50%15.69%-
XYZ1.341.80.94-
YUV33.83120.19123.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=31.03%
G=45.98%
B=22.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740200.3300.50.849933.3311.76
Hex1B281421032546321c
Octal335024410621241434114
Binary11011101000101001000010110010101010011000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,40,20); }

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

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

 a { background-color: rgb(27,40,20); }

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

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

 span { border-color: rgb(27,40,20); }

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