Html Css Color HEX #013409 Deep Fir

📋 copy color: '#013409'

red 1 ◦ green 52 ◦ blue 9

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

Shades of Deep Fir #013409

Tints of Deep Fir #013409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 83.87%

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

R = 1.61%
G = 83.87%
B = 14.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#013409 (or 0x013409) is known color: Deep Fir. HEX triplet: 01, 34 and 09. RGB value is (1,52,9). Sum of RGB (Red+Green+Blue) = 1+52+9=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #013409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013409 is #FECBF6. Grayscale: #1F1F1F. Windows color (decimal): -16698359 or 603137. OLE color: 603137.

HSL color Cylindrical-coordinate representation of color #013409: hue angle of 129.41º 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 #013409 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 9 -
CMYK 0.98 0 0.83 0.80
HSL 129.41º 0.96% 0.1% -
HSV(B) 129.41º 0.98% 0.2% -
XYZ 1.29 2.48 0.67 -
YUV 31.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 1 52 9 0.98 0 0.83 0.80 129.41 0.96 0.1
Hex 1 34 9 62 0 53 50 81 60 A
Octal 1 64 11 142 0 123 120 201 140 12
Binary 1 110100 1001 1100010 0 1010011 1010000 10000001 1100000 1010

Color Harmonies of #013409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013409

Black with #013409

Text Example


Text Example

White with #013409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013409; }

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

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

background-color css

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

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

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

border-color css

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

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

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