Html Css Color HEX #1D130E Wood Bark

📋 copy color: '#1D130E'

red 29 ◦ green 19 ◦ blue 14

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

Shades of Wood Bark #1D130E

Tints of Wood Bark #1D130E

RGB

 RED value IS 29 (11.72% from 255) = 46.77%

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

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

R = 46.77%
G = 30.65%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#1D130E (or 0x1D130E) is known color: Wood Bark. HEX triplet: 1D, 13 and 0E. RGB value is (29,19,14). Sum of RGB (Red+Green+Blue) = 29+19+14=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D130E is #E2ECF1. Grayscale: #151515. Windows color (decimal): -14871794 or 922397. OLE color: 922397.

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

Color convert

RGB 29 19 14 -
CMYK 0 0.34 0.52 0.89
HSL 20º 0.35% 0.08% -
HSV(B) 20º 0.52% 0.11% -
XYZ 0.82 0.76 0.52 -
YUV 21.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 29 19 14 0 0.34 0.52 0.89 20 0.35 0.08
Hex 1D 13 E 0 22 34 59 14 23 8
Octal 35 23 16 0 42 64 131 24 43 10
Binary 11101 10011 1110 0 100010 110100 1011001 10100 100011 1000

Color Harmonies of #1D130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D130E

Black with #1D130E

Text Example


Text Example

White with #1D130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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