Html Css Color HEX #1D120B Wood Bark

📋 copy color: '#1D120B'

red 29 ◦ green 18 ◦ blue 11

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

Shades of Wood Bark #1D120B

Tints of Wood Bark #1D120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 31.03%

 BLUE value IS 11 (4.69% from 255) = 18.97%

R = 50%
G = 31.03%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D120B (or 0x1D120B) is known color: Wood Bark. HEX triplet: 1D, 12 and 0B. RGB value is (29,18,11). Sum of RGB (Red+Green+Blue) = 29+18+11=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D120B is #E2EDF4. Grayscale: #141414. Windows color (decimal): -14872053 or 725533. OLE color: 725533.

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

Color convert

RGB 29 18 11 -
CMYK 0 0.38 0.62 0.89
HSL 23.33º 0.45% 0.08% -
HSV(B) 23.33º 0.62% 0.11% -
XYZ 0.78 0.72 0.41 -
YUV 20.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 29 18 11 0 0.38 0.62 0.89 23.33 0.45 0.08
Hex 1D 12 B 0 26 3E 59 17 2D 8
Octal 35 22 13 0 46 76 131 27 55 10
Binary 11101 10010 1011 0 100110 111110 1011001 10111 101101 1000

Color Harmonies of #1D120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D120B

Black with #1D120B

Text Example


Text Example

White with #1D120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,18,11); }

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

background-color css

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

 a { background-color: rgb(29,18,11); }

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

border-color css

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

 span { border-color: rgb(29,18,11); }

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