Html Css Color HEX #1E130C Wood Bark

📋 copy color: '#1E130C'

red 30 ◦ green 19 ◦ blue 12

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

Shades of Wood Bark #1E130C

Tints of Wood Bark #1E130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.67%

R = 49.18%
G = 31.15%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#1E130C (or 0x1E130C) is known color: Wood Bark. HEX triplet: 1E, 13 and 0C. RGB value is (30,19,12). Sum of RGB (Red+Green+Blue) = 30+19+12=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E130C is #E1ECF3. Grayscale: #151515. Windows color (decimal): -14806260 or 791326. OLE color: 791326.

HSL color Cylindrical-coordinate representation of color #1E130C: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E130C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 19 12 -
CMYK 0 0.37 0.60 0.88
HSL 23.33º 0.43% 0.08% -
HSV(B) 23.33º 0.6% 0.12% -
XYZ 0.83 0.77 0.45 -
YUV 21.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 30 19 12 0 0.37 0.60 0.88 23.33 0.43 0.08
Hex 1E 13 C 0 25 3C 58 17 2B 8
Octal 36 23 14 0 45 74 130 27 53 10
Binary 11110 10011 1100 0 100101 111100 1011000 10111 101011 1000

Color Harmonies of #1E130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E130C

Black with #1E130C

Text Example


Text Example

White with #1E130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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