Html Css Color HEX #030401 Pine Tree

📋 copy color: '#030401'

red 3 ◦ green 4 ◦ blue 1

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

Shades of Pine Tree #030401

Tints of Pine Tree #030401

RGB

 RED value IS 3 (1.56% from 255) = 37.5%

 GREEN value IS 4 (1.95% from 255) = 50%

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

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.98

RGB Variations

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

Color information

#030401 (or 0x030401) is known color: Pine Tree. HEX triplet: 03, 04 and 01. RGB value is (3,4,1). Sum of RGB (Red+Green+Blue) = 3+4+1=8 (1% of max value = 765). Red value is 3 (1.56% from 255 or 37.5% from 8); Green value is 4 (1.95% from 255 or 50% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 4 - color contains mainly: green. Hex color #030401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030401 is #FCFBFE. Grayscale: #030303. Windows color (decimal): -16579583 or 66563. OLE color: 66563.

HSL color Cylindrical-coordinate representation of color #030401: hue angle of 80º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #030401 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 4 1 -
CMYK 0.25 0 0.75 0.98
HSL 80º 0.6% 0.01% -
HSV(B) 80º 0.75% 0.02% -
XYZ 0.09 0.11 0.05 -
YUV 3.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 3 4 1 0.25 0 0.75 0.98 80 0.6 0.01
Hex 3 4 1 19 0 4B 62 50 3C 1
Octal 3 4 1 31 0 113 142 120 74 1
Binary 11 100 1 11001 0 1001011 1100010 1010000 111100 1

Color Harmonies of #030401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030401

Black with #030401

Text Example


Text Example

White with #030401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030401; }

 p { color: rgb(3,4,1); }

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

background-color css

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

 a { background-color: rgb(3,4,1); }

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

border-color css

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

 span { border-color: rgb(3,4,1); }

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