Html Css Color HEX #071101 Pine Tree

📋 copy color: '#071101'

red 7 ◦ green 17 ◦ blue 1

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

Shades of Pine Tree #071101

Tints of Pine Tree #071101

RGB

 RED value IS 7 (3.13% from 255) = 28%

 GREEN value IS 17 (7.03% from 255) = 68%

 BLUE value IS 1 (0.78% from 255) = 4%

R = 28%
G = 68%
B = 4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#071101 (or 0x071101) is known color: Pine Tree. HEX triplet: 07, 11 and 01. RGB value is (7,17,1). Sum of RGB (Red+Green+Blue) = 7+17+1=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #071101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071101 is #F8EEFE. Grayscale: #0C0C0C. Windows color (decimal): -16314111 or 69895. OLE color: 69895.

HSL color Cylindrical-coordinate representation of color #071101: hue angle of 97.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071101 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 17 1 -
CMYK 0.59 0 0.94 0.93
HSL 97.5º 0.89% 0.04% -
HSV(B) 97.5º 0.94% 0.07% -
XYZ 0.29 0.45 0.1 -
YUV 12.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 7 17 1 0.59 0 0.94 0.93 97.5 0.89 0.04
Hex 7 11 1 3B 0 5E 5D 62 59 4
Octal 7 21 1 73 0 136 135 142 131 4
Binary 111 10001 1 111011 0 1011110 1011101 1100010 1011001 100

Color Harmonies of #071101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071101

Black with #071101

Text Example


Text Example

White with #071101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071101; }

 p { color: rgb(7,17,1); }

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

background-color css

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

 a { background-color: rgb(7,17,1); }

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

border-color css

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

 span { border-color: rgb(7,17,1); }

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