Html Css Color HEX #1B2714 Black Forest

📋 copy color: '#1B2714'

red 27 ◦ green 39 ◦ blue 20

#1B2714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #1B2714

Tints of Black Forest #1B2714

RGB

 RED value IS 27 (10.94% from 255) = 31.4%

 GREEN value IS 39 (15.63% from 255) = 45.35%

 BLUE value IS 20 (8.2% from 255) = 23.26%

R = 31.4%
G = 45.35%
B = 23.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#1B2714 (or 0x1B2714) is known color: 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

RGB 27 39 20 -
CMYK 0.31 0 0.49 0.85
HSL 97.89º 0.32% 0.12% -
HSV(B) 97.89º 0.49% 0.15% -
XYZ 1.3 1.73 0.93 -
YUV 33.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 27 39 20 0.31 0 0.49 0.85 97.89 0.32 0.12
Hex 1B 27 14 1F 0 31 55 62 20 C
Octal 33 47 24 37 0 61 125 142 40 14
Binary 11011 100111 10100 11111 0 110001 1010101 1100010 100000 1100

Color Harmonies of #1B2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2714

Black with #1B2714

Text Example


Text Example

White with #1B2714

Text Example


Text Example

HTML Codes & Css Web 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>