Html Css Color HEX #1E1612 Wood Bark

📋 copy color: '#1E1612'

red 30 ◦ green 22 ◦ blue 18

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

Shades of Wood Bark #1E1612

Tints of Wood Bark #1E1612

RGB

 RED value IS 30 (12.11% from 255) = 42.86%

 GREEN value IS 22 (8.98% from 255) = 31.43%

 BLUE value IS 18 (7.42% from 255) = 25.71%

R = 42.86%
G = 31.43%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#1E1612 (or 0x1E1612) is known color: Wood Bark. HEX triplet: 1E, 16 and 12. RGB value is (30,22,18). Sum of RGB (Red+Green+Blue) = 30+22+18=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1612 is #E1E9ED. Grayscale: #171717. Windows color (decimal): -14805486 or 1185310. OLE color: 1185310.

HSL color Cylindrical-coordinate representation of color #1E1612: hue angle of 20º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1612 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 22 18 -
CMYK 0 0.27 0.40 0.88
HSL 20º 0.25% 0.09% -
HSV(B) 20º 0.4% 0.12% -
XYZ 0.93 0.89 0.7 -
YUV 23.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 30 22 18 0 0.27 0.40 0.88 20 0.25 0.09
Hex 1E 16 12 0 1B 28 58 14 19 9
Octal 36 26 22 0 33 50 130 24 31 11
Binary 11110 10110 10010 0 11011 101000 1011000 10100 11001 1001

Color Harmonies of #1E1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1612

Black with #1E1612

Text Example


Text Example

White with #1E1612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,22,18); }

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

background-color css

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

 a { background-color: rgb(30,22,18); }

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

border-color css

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

 span { border-color: rgb(30,22,18); }

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