Html Css Color HEX #1F1007 Wood Bark

📋 copy color: '#1F1007'

red 31 ◦ green 16 ◦ blue 7

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

Shades of Wood Bark #1F1007

Tints of Wood Bark #1F1007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.96%

R = 57.41%
G = 29.63%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#1F1007 (or 0x1F1007) is known color: Wood Bark. HEX triplet: 1F, 10 and 07. RGB value is (31,16,7). Sum of RGB (Red+Green+Blue) = 31+16+7=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1007 is #E0EFF8. Grayscale: #131313. Windows color (decimal): -14741497 or 462879. OLE color: 462879.

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

Color convert

RGB 31 16 7 -
CMYK 0 0.48 0.77 0.88
HSL 22.5º 0.63% 0.07% -
HSV(B) 22.5º 0.77% 0.12% -
XYZ 0.79 0.68 0.29 -
YUV 19.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 31 16 7 0 0.48 0.77 0.88 22.5 0.63 0.07
Hex 1F 10 7 0 30 4D 58 16 3F 7
Octal 37 20 7 0 60 115 130 26 77 7
Binary 11111 10000 111 0 110000 1001101 1011000 10110 111111 111

Color Harmonies of #1F1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1007

Black with #1F1007

Text Example


Text Example

White with #1F1007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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