Html Css Color HEX #1F130D Wood Bark

📋 copy color: '#1F130D'

red 31 ◦ green 19 ◦ blue 13

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

Shades of Wood Bark #1F130D

Tints of Wood Bark #1F130D

RGB

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

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

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

R = 49.21%
G = 30.16%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F130D (or 0x1F130D) is known color: Wood Bark. HEX triplet: 1F, 13 and 0D. RGB value is (31,19,13). Sum of RGB (Red+Green+Blue) = 31+19+13=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F130D is #E0ECF2. Grayscale: #151515. Windows color (decimal): -14740723 or 856863. OLE color: 856863.

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

Color convert

RGB 31 19 13 -
CMYK 0 0.39 0.58 0.88
HSL 20º 0.41% 0.09% -
HSV(B) 20º 0.58% 0.12% -
XYZ 0.87 0.79 0.49 -
YUV 21.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 31 19 13 0 0.39 0.58 0.88 20 0.41 0.09
Hex 1F 13 D 0 27 3A 58 14 29 9
Octal 37 23 15 0 47 72 130 24 51 11
Binary 11111 10011 1101 0 100111 111010 1011000 10100 101001 1001

Color Harmonies of #1F130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F130D

Black with #1F130D

Text Example


Text Example

White with #1F130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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