Html Css Color HEX #1F1714 Wood Bark

📋 copy color: '#1F1714'

red 31 ◦ green 23 ◦ blue 20

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

Shades of Wood Bark #1F1714

Tints of Wood Bark #1F1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 41.89%
G = 31.08%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F1714 (or 0x1F1714) is known color: Wood Bark. HEX triplet: 1F, 17 and 14. RGB value is (31,23,20). Sum of RGB (Red+Green+Blue) = 31+23+20=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1714 is #E0E8EB. Grayscale: #191919. Windows color (decimal): -14739692 or 1316639. OLE color: 1316639.

HSL color Cylindrical-coordinate representation of color #1F1714: hue angle of 16.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1714 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 23 20 -
CMYK 0 0.26 0.35 0.88
HSL 16.36º 0.22% 0.1% -
HSV(B) 16.36º 0.35% 0.12% -
XYZ 1 0.95 0.79 -
YUV 25.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 31 23 20 0 0.26 0.35 0.88 16.36 0.22 0.1
Hex 1F 17 14 0 1A 23 58 10 16 A
Octal 37 27 24 0 32 43 130 20 26 12
Binary 11111 10111 10100 0 11010 100011 1011000 10000 10110 1010

Color Harmonies of #1F1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1714

Black with #1F1714

Text Example


Text Example

White with #1F1714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,23,20); }

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

background-color css

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

 a { background-color: rgb(31,23,20); }

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

border-color css

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

 span { border-color: rgb(31,23,20); }

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