#1B2714

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

Shades of Black Forest #1B2714

Tints of Black Forest #1B2714

Color information

#1B2714 (or 0x1B2714) is unknown color: approx Black Forest. HEX triplet: 1B, 27 and 14. RGB value is (27,39,20). Sum of RGB (Red+Green+Blue) = 27+39+20=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2714 is #E4D8EB. Grayscale: #212121. Windows color (decimal): -14997740 or 1320731. OLE color: 1320731.

HSL color Cylindrical-coordinate representation of color #1B2714: hue angle of 97.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B2714 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB273920-
CMYK0.3100.490.85
HSL97.89º32.2%11.57%-
HSV(B)97.89º48.72%15.29%-
XYZ1.31.730.93-
YUV33.25120.52123.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.40%
GREEN value IS 39 (15.62% from 255) = 45.35%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=31.40%
G=45.35%
B=23.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2739200.3100.490.8597.8932.211.57
Hex1B27141F031556220c
Octal334724370611251424014
Binary1101110011110100111110110001101010111000101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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