Html Css Color HEX #081303 Pine Tree

📋 copy color: '#081303'

red 8 ◦ green 19 ◦ blue 3

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

Shades of Pine Tree #081303

Tints of Pine Tree #081303

RGB

 RED value IS 8 (3.52% from 255) = 26.67%

 GREEN value IS 19 (7.81% from 255) = 63.33%

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

R = 26.67%
G = 63.33%
B = 10%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#081303 (or 0x081303) is known color: Pine Tree. HEX triplet: 08, 13 and 03. RGB value is (8,19,3). Sum of RGB (Red+Green+Blue) = 8+19+3=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #081303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081303 is #F7ECFC. Grayscale: #0D0D0D. Windows color (decimal): -16248061 or 201480. OLE color: 201480.

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

Color convert

RGB 8 19 3 -
CMYK 0.58 0 0.84 0.93
HSL 101.25º 0.73% 0.04% -
HSV(B) 101.25º 0.84% 0.07% -
XYZ 0.35 0.52 0.17 -
YUV 13.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 8 19 3 0.58 0 0.84 0.93 101.25 0.73 0.04
Hex 8 13 3 3A 0 54 5D 65 49 4
Octal 10 23 3 72 0 124 135 145 111 4
Binary 1000 10011 11 111010 0 1010100 1011101 1100101 1001001 100

Color Harmonies of #081303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081303

Black with #081303

Text Example


Text Example

White with #081303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081303; }

 p { color: rgb(8,19,3); }

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

background-color css

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

 a { background-color: rgb(8,19,3); }

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

border-color css

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

 span { border-color: rgb(8,19,3); }

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