Html Css Color HEX #1B120E Wood Bark

📋 copy color: '#1B120E'

red 27 ◦ green 18 ◦ blue 14

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

Shades of Wood Bark #1B120E

Tints of Wood Bark #1B120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

 BLUE value IS 14 (5.86% from 255) = 23.73%

R = 45.76%
G = 30.51%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1B120E (or 0x1B120E) is known color: Wood Bark. HEX triplet: 1B, 12 and 0E. RGB value is (27,18,14). Sum of RGB (Red+Green+Blue) = 27+18+14=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 27 - color contains mainly: red. Hex color #1B120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B120E is #E4EDF1. Grayscale: #141414. Windows color (decimal): -15003122 or 922139. OLE color: 922139.

HSL color Cylindrical-coordinate representation of color #1B120E: hue angle of 18.46º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B120E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 18 14 -
CMYK 0 0.33 0.48 0.89
HSL 18.46º 0.32% 0.08% -
HSV(B) 18.46º 0.48% 0.11% -
XYZ 0.75 0.7 0.51 -
YUV 20.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 27 18 14 0 0.33 0.48 0.89 18.46 0.32 0.08
Hex 1B 12 E 0 21 30 59 12 20 8
Octal 33 22 16 0 41 60 131 22 40 10
Binary 11011 10010 1110 0 100001 110000 1011001 10010 100000 1000

Color Harmonies of #1B120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B120E

Black with #1B120E

Text Example


Text Example

White with #1B120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,14); }

 H1.HeaderClassName
 {
   color: #1B120E;
 }
 .AnyTagClassName
 {
   color: #1B120E;
 }
</style>

background-color css

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

 a { background-color: rgb(27,18,14); }

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

border-color css

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

 span { border-color: rgb(27,18,14); }

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