Html Css Color HEX #1E130E Wood Bark

📋 copy color: '#1E130E'

red 30 ◦ green 19 ◦ blue 14

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

Shades of Wood Bark #1E130E

Tints of Wood Bark #1E130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

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

R = 47.62%
G = 30.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.88

RGB Variations

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

Color information

#1E130E (or 0x1E130E) is known color: Wood Bark. HEX triplet: 1E, 13 and 0E. RGB value is (30,19,14). Sum of RGB (Red+Green+Blue) = 30+19+14=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E130E is #E1ECF1. Grayscale: #151515. Windows color (decimal): -14806258 or 922398. OLE color: 922398.

HSL color Cylindrical-coordinate representation of color #1E130E: hue angle of 18.75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E130E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 19 14 -
CMYK 0 0.37 0.53 0.88
HSL 18.75º 0.36% 0.09% -
HSV(B) 18.75º 0.53% 0.12% -
XYZ 0.85 0.77 0.52 -
YUV 21.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 30 19 14 0 0.37 0.53 0.88 18.75 0.36 0.09
Hex 1E 13 E 0 25 35 58 13 24 9
Octal 36 23 16 0 45 65 130 23 44 11
Binary 11110 10011 1110 0 100101 110101 1011000 10011 100100 1001

Color Harmonies of #1E130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E130E

Black with #1E130E

Text Example


Text Example

White with #1E130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,19,14); }

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

background-color css

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

 a { background-color: rgb(30,19,14); }

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

border-color css

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

 span { border-color: rgb(30,19,14); }

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