Html Css Color HEX #012709 Deep Fir

📋 copy color: '#012709'

red 1 ◦ green 39 ◦ blue 9

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

Shades of Deep Fir #012709

Tints of Deep Fir #012709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 79.59%

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

R = 2.04%
G = 79.59%
B = 18.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#012709 (or 0x012709) is known color: Deep Fir. HEX triplet: 01, 27 and 09. RGB value is (1,39,9). Sum of RGB (Red+Green+Blue) = 1+39+9=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 39 (15.62% from 255 or 79.59% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 39 - color contains mainly: green. Hex color #012709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012709 is #FED8F6. Grayscale: #181818. Windows color (decimal): -16701687 or 599809. OLE color: 599809.

HSL color Cylindrical-coordinate representation of color #012709: hue angle of 132.63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012709 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 9 -
CMYK 0.97 0 0.77 0.85
HSL 132.63º 0.95% 0.08% -
HSV(B) 132.63º 0.97% 0.15% -
XYZ 0.79 1.48 0.5 -
YUV 24.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 1 39 9 0.97 0 0.77 0.85 132.63 0.95 0.08
Hex 1 27 9 61 0 4D 55 85 5F 8
Octal 1 47 11 141 0 115 125 205 137 10
Binary 1 100111 1001 1100001 0 1001101 1010101 10000101 1011111 1000

Color Harmonies of #012709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012709

Black with #012709

Text Example


Text Example

White with #012709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012709; }

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

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

background-color css

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

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

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

border-color css

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

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

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