Html Css Color HEX #030501 Pine Tree

📋 copy color: '#030501'

red 3 ◦ green 5 ◦ blue 1

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

Shades of Pine Tree #030501

Tints of Pine Tree #030501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 55.56%

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

R = 33.33%
G = 55.56%
B = 11.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.98

RGB Variations

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

Color information

#030501 (or 0x030501) is known color: Pine Tree. HEX triplet: 03, 05 and 01. RGB value is (3,5,1). Sum of RGB (Red+Green+Blue) = 3+5+1=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #030501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030501 is #FCFAFE. Grayscale: #030303. Windows color (decimal): -16579327 or 66819. OLE color: 66819.

HSL color Cylindrical-coordinate representation of color #030501: hue angle of 90º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030501 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 5 1 -
CMYK 0.40 0 0.80 0.98
HSL 90º 0.67% 0.01% -
HSV(B) 90º 0.8% 0.02% -
XYZ 0.1 0.13 0.05 -
YUV 3.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 3 5 1 0.40 0 0.80 0.98 90 0.67 0.01
Hex 3 5 1 28 0 50 62 5A 43 1
Octal 3 5 1 50 0 120 142 132 103 1
Binary 11 101 1 101000 0 1010000 1100010 1011010 1000011 1

Color Harmonies of #030501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030501

Black with #030501

Text Example


Text Example

White with #030501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030501; }

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

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

background-color css

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

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

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

border-color css

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

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

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