Html Css Color HEX #012609 Deep Fir

📋 copy color: '#012609'

red 1 ◦ green 38 ◦ blue 9

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

Shades of Deep Fir #012609

Tints of Deep Fir #012609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 79.17%

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

R = 2.08%
G = 79.17%
B = 18.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#012609 (or 0x012609) is known color: Deep Fir. HEX triplet: 01, 26 and 09. RGB value is (1,38,9). Sum of RGB (Red+Green+Blue) = 1+38+9=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 38 (15.23% from 255 or 79.17% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 38 - color contains mainly: green. Hex color #012609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012609 is #FED9F6. Grayscale: #171717. Windows color (decimal): -16701943 or 599553. OLE color: 599553.

HSL color Cylindrical-coordinate representation of color #012609: hue angle of 132.97º 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 #012609 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 9 -
CMYK 0.97 0 0.76 0.85
HSL 132.97º 0.95% 0.08% -
HSV(B) 132.97º 0.97% 0.15% -
XYZ 0.75 1.41 0.49 -
YUV 23.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 1 38 9 0.97 0 0.76 0.85 132.97 0.95 0.08
Hex 1 26 9 61 0 4C 55 85 5F 8
Octal 1 46 11 141 0 114 125 205 137 10
Binary 1 100110 1001 1100001 0 1001100 1010101 10000101 1011111 1000

Color Harmonies of #012609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012609

Black with #012609

Text Example


Text Example

White with #012609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012609; }

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

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

background-color css

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

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

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

border-color css

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

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

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