Html Css Color HEX #1F140D Wood Bark

📋 copy color: '#1F140D'

red 31 ◦ green 20 ◦ blue 13

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

Shades of Wood Bark #1F140D

Tints of Wood Bark #1F140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

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

R = 48.44%
G = 31.25%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F140D (or 0x1F140D) is known color: Wood Bark. HEX triplet: 1F, 14 and 0D. RGB value is (31,20,13). Sum of RGB (Red+Green+Blue) = 31+20+13=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F140D is #E0EBF2. Grayscale: #161616. Windows color (decimal): -14740467 or 857119. OLE color: 857119.

HSL color Cylindrical-coordinate representation of color #1F140D: hue angle of 23.33º 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 #1F140D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 20 13 -
CMYK 0 0.35 0.58 0.88
HSL 23.33º 0.41% 0.09% -
HSV(B) 23.33º 0.58% 0.12% -
XYZ 0.89 0.82 0.49 -
YUV 22.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 31 20 13 0 0.35 0.58 0.88 23.33 0.41 0.09
Hex 1F 14 D 0 23 3A 58 17 29 9
Octal 37 24 15 0 43 72 130 27 51 11
Binary 11111 10100 1101 0 100011 111010 1011000 10111 101001 1001

Color Harmonies of #1F140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F140D

Black with #1F140D

Text Example


Text Example

White with #1F140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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