Html Css Color HEX #1F1006 Wood Bark

📋 copy color: '#1F1006'

red 31 ◦ green 16 ◦ blue 6

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

Shades of Wood Bark #1F1006

Tints of Wood Bark #1F1006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.19%

 BLUE value IS 6 (2.73% from 255) = 11.32%

R = 58.49%
G = 30.19%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.88

RGB Variations

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

Color information

#1F1006 (or 0x1F1006) is known color: Wood Bark. HEX triplet: 1F, 10 and 06. RGB value is (31,16,6). Sum of RGB (Red+Green+Blue) = 31+16+6=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1006 is #E0EFF9. Grayscale: #131313. Windows color (decimal): -14741498 or 397343. OLE color: 397343.

HSL color Cylindrical-coordinate representation of color #1F1006: hue angle of 24º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1006 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 16 6 -
CMYK 0 0.48 0.81 0.88
HSL 24º 0.68% 0.07% -
HSV(B) 24º 0.81% 0.12% -
XYZ 0.78 0.68 0.26 -
YUV 19.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 31 16 6 0 0.48 0.81 0.88 24 0.68 0.07
Hex 1F 10 6 0 30 51 58 18 44 7
Octal 37 20 6 0 60 121 130 30 104 7
Binary 11111 10000 110 0 110000 1010001 1011000 11000 1000100 111

Color Harmonies of #1F1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1006

Black with #1F1006

Text Example


Text Example

White with #1F1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,6); }

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

background-color css

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

 a { background-color: rgb(31,16,6); }

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

border-color css

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

 span { border-color: rgb(31,16,6); }

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