Html Css Color HEX #013209 Deep Fir

📋 copy color: '#013209'

red 1 ◦ green 50 ◦ blue 9

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

Shades of Deep Fir #013209

Tints of Deep Fir #013209

RGB

 RED value IS 1 (0.78% from 255) = 1.67%

 GREEN value IS 50 (19.92% from 255) = 83.33%

 BLUE value IS 9 (3.91% from 255) = 15%

R = 1.67%
G = 83.33%
B = 15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#013209 (or 0x013209) is known color: Deep Fir. HEX triplet: 01, 32 and 09. RGB value is (1,50,9). Sum of RGB (Red+Green+Blue) = 1+50+9=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #013209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013209 is #FECDF6. Grayscale: #1E1E1E. Windows color (decimal): -16698871 or 602625. OLE color: 602625.

HSL color Cylindrical-coordinate representation of color #013209: hue angle of 129.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013209 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 9 -
CMYK 0.98 0 0.82 0.80
HSL 129.8º 0.96% 0.1% -
HSV(B) 129.8º 0.98% 0.2% -
XYZ 1.2 2.31 0.64 -
YUV 30.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 1 50 9 0.98 0 0.82 0.80 129.8 0.96 0.1
Hex 1 32 9 62 0 52 50 82 60 A
Octal 1 62 11 142 0 122 120 202 140 12
Binary 1 110010 1001 1100010 0 1010010 1010000 10000010 1100000 1010

Color Harmonies of #013209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013209

Black with #013209

Text Example


Text Example

White with #013209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013209; }

 p { color: rgb(1,50,9); }

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

background-color css

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

 a { background-color: rgb(1,50,9); }

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

border-color css

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

 span { border-color: rgb(1,50,9); }

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