Html Css Color HEX #071003 Pine Tree

📋 copy color: '#071003'

red 7 ◦ green 16 ◦ blue 3

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

Shades of Pine Tree #071003

Tints of Pine Tree #071003

RGB

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

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

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

R = 26.92%
G = 61.54%
B = 11.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#071003 (or 0x071003) is known color: Pine Tree. HEX triplet: 07, 10 and 03. RGB value is (7,16,3). Sum of RGB (Red+Green+Blue) = 7+16+3=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #071003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071003 is #F8EFFC. Grayscale: #0B0B0B. Windows color (decimal): -16314365 or 200711. OLE color: 200711.

HSL color Cylindrical-coordinate representation of color #071003: hue angle of 101.54º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #071003 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 3 -
CMYK 0.56 0 0.81 0.94
HSL 101.54º 0.68% 0.04% -
HSV(B) 101.54º 0.81% 0.06% -
XYZ 0.29 0.42 0.15 -
YUV 11.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 7 16 3 0.56 0 0.81 0.94 101.54 0.68 0.04
Hex 7 10 3 38 0 51 5E 66 44 4
Octal 7 20 3 70 0 121 136 146 104 4
Binary 111 10000 11 111000 0 1010001 1011110 1100110 1000100 100

Color Harmonies of #071003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071003

Black with #071003

Text Example


Text Example

White with #071003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071003; }

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

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

background-color css

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

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

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

border-color css

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

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

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