Html Css Color HEX #071103 Pine Tree

📋 copy color: '#071103'

red 7 ◦ green 17 ◦ blue 3

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

Shades of Pine Tree #071103

Tints of Pine Tree #071103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 11.11%

R = 25.93%
G = 62.96%
B = 11.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.93

RGB Variations

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

Color information

#071103 (or 0x071103) is known color: Pine Tree. HEX triplet: 07, 11 and 03. RGB value is (7,17,3). Sum of RGB (Red+Green+Blue) = 7+17+3=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 17 (7.03% from 255 or 62.96% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 17 - color contains mainly: green. Hex color #071103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071103 is #F8EEFC. Grayscale: #0C0C0C. Windows color (decimal): -16314109 or 200967. OLE color: 200967.

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

Color convert

RGB 7 17 3 -
CMYK 0.59 0 0.82 0.93
HSL 102.86º 0.7% 0.04% -
HSV(B) 102.86º 0.82% 0.07% -
XYZ 0.3 0.45 0.16 -
YUV 12.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 7 17 3 0.59 0 0.82 0.93 102.86 0.7 0.04
Hex 7 11 3 3B 0 52 5D 67 46 4
Octal 7 21 3 73 0 122 135 147 106 4
Binary 111 10001 11 111011 0 1010010 1011101 1100111 1000110 100

Color Harmonies of #071103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071103

Black with #071103

Text Example


Text Example

White with #071103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071103; }

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

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

background-color css

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

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

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

border-color css

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

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

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