Html Css Color HEX #1F1209 Wood Bark

📋 copy color: '#1F1209'

red 31 ◦ green 18 ◦ blue 9

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

Shades of Wood Bark #1F1209

Tints of Wood Bark #1F1209

RGB

 RED value IS 31 (12.5% from 255) = 53.45%

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

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 53.45%
G = 31.03%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F1209 (or 0x1F1209) is known color: Wood Bark. HEX triplet: 1F, 12 and 09. RGB value is (31,18,9). Sum of RGB (Red+Green+Blue) = 31+18+9=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1209 is #E0EDF6. Grayscale: #141414. Windows color (decimal): -14740983 or 594463. OLE color: 594463.

HSL color Cylindrical-coordinate representation of color #1F1209: hue angle of 24.55º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1209 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 18 9 -
CMYK 0 0.42 0.71 0.88
HSL 24.55º 0.55% 0.08% -
HSV(B) 24.55º 0.71% 0.12% -
XYZ 0.83 0.74 0.36 -
YUV 20.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 31 18 9 0 0.42 0.71 0.88 24.55 0.55 0.08
Hex 1F 12 9 0 2A 47 58 19 37 8
Octal 37 22 11 0 52 107 130 31 67 10
Binary 11111 10010 1001 0 101010 1000111 1011000 11001 110111 1000

Color Harmonies of #1F1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1209

Black with #1F1209

Text Example


Text Example

White with #1F1209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,18,9); }

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

background-color css

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

 a { background-color: rgb(31,18,9); }

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

border-color css

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

 span { border-color: rgb(31,18,9); }

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