Html Css Color HEX #1F1713 Wood Bark

📋 copy color: '#1F1713'

red 31 ◦ green 23 ◦ blue 19

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

Shades of Wood Bark #1F1713

Tints of Wood Bark #1F1713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 42.47%
G = 31.51%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F1713 (or 0x1F1713) is known color: Wood Bark. HEX triplet: 1F, 17 and 13. RGB value is (31,23,19). Sum of RGB (Red+Green+Blue) = 31+23+19=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1713 is #E0E8EC. Grayscale: #181818. Windows color (decimal): -14739693 or 1251103. OLE color: 1251103.

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

Color convert

RGB 31 23 19 -
CMYK 0 0.26 0.39 0.88
HSL 20º 0.24% 0.1% -
HSV(B) 20º 0.39% 0.12% -
XYZ 0.99 0.95 0.75 -
YUV 24.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 31 23 19 0 0.26 0.39 0.88 20 0.24 0.1
Hex 1F 17 13 0 1A 27 58 14 18 A
Octal 37 27 23 0 32 47 130 24 30 12
Binary 11111 10111 10011 0 11010 100111 1011000 10100 11000 1010

Color Harmonies of #1F1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1713

Black with #1F1713

Text Example


Text Example

White with #1F1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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