Html Css Color HEX #1D130D Wood Bark

📋 copy color: '#1D130D'

red 29 ◦ green 19 ◦ blue 13

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

Shades of Wood Bark #1D130D

Tints of Wood Bark #1D130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 21.31%

R = 47.54%
G = 31.15%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#1D130D (or 0x1D130D) is known color: Wood Bark. HEX triplet: 1D, 13 and 0D. RGB value is (29,19,13). Sum of RGB (Red+Green+Blue) = 29+19+13=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D130D is #E2ECF2. Grayscale: #151515. Windows color (decimal): -14871795 or 856861. OLE color: 856861.

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

Color convert

RGB 29 19 13 -
CMYK 0 0.34 0.55 0.89
HSL 22.5º 0.38% 0.08% -
HSV(B) 22.5º 0.55% 0.11% -
XYZ 0.81 0.76 0.48 -
YUV 21.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 29 19 13 0 0.34 0.55 0.89 22.5 0.38 0.08
Hex 1D 13 D 0 22 37 59 16 26 8
Octal 35 23 15 0 42 67 131 26 46 10
Binary 11101 10011 1101 0 100010 110111 1011001 10110 100110 1000

Color Harmonies of #1D130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D130D

Black with #1D130D

Text Example


Text Example

White with #1D130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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