Html Css Color HEX #013407 Deep Fir

📋 copy color: '#013407'

red 1 ◦ green 52 ◦ blue 7

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

Shades of Deep Fir #013407

Tints of Deep Fir #013407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.67%

R = 1.67%
G = 86.67%
B = 11.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.80

RGB Variations

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

Color information

#013407 (or 0x013407) is known color: Deep Fir. HEX triplet: 01, 34 and 07. RGB value is (1,52,7). Sum of RGB (Red+Green+Blue) = 1+52+7=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 52 (20.70% from 255 or 86.67% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 52 - color contains mainly: green. Hex color #013407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013407 is #FECBF8. Grayscale: #1F1F1F. Windows color (decimal): -16698361 or 472065. OLE color: 472065.

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

Color convert

RGB 1 52 7 -
CMYK 0.98 0 0.87 0.80
HSL 127.06º 0.96% 0.1% -
HSV(B) 127.06º 0.98% 0.2% -
XYZ 1.28 2.48 0.61 -
YUV 31.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 1 52 7 0.98 0 0.87 0.80 127.06 0.96 0.1
Hex 1 34 7 62 0 57 50 7F 60 A
Octal 1 64 7 142 0 127 120 177 140 12
Binary 1 110100 111 1100010 0 1010111 1010000 1111111 1100000 1010

Color Harmonies of #013407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013407

Black with #013407

Text Example


Text Example

White with #013407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013407; }

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

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

background-color css

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

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

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

border-color css

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

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

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