Html Css Color HEX #012909 Deep Fir

📋 copy color: '#012909'

red 1 ◦ green 41 ◦ blue 9

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

Shades of Deep Fir #012909

Tints of Deep Fir #012909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 80.39%

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

R = 1.96%
G = 80.39%
B = 17.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#012909 (or 0x012909) is known color: Deep Fir. HEX triplet: 01, 29 and 09. RGB value is (1,41,9). Sum of RGB (Red+Green+Blue) = 1+41+9=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 41 (16.41% from 255 or 80.39% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 41 - color contains mainly: green. Hex color #012909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012909 is #FED6F6. Grayscale: #191919. Windows color (decimal): -16701175 or 600321. OLE color: 600321.

HSL color Cylindrical-coordinate representation of color #012909: hue angle of 132º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012909 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 9 -
CMYK 0.98 0 0.78 0.84
HSL 132º 0.95% 0.08% -
HSV(B) 132º 0.98% 0.16% -
XYZ 0.85 1.61 0.52 -
YUV 25.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 1 41 9 0.98 0 0.78 0.84 132 0.95 0.08
Hex 1 29 9 62 0 4E 54 84 5F 8
Octal 1 51 11 142 0 116 124 204 137 10
Binary 1 101001 1001 1100010 0 1001110 1010100 10000100 1011111 1000

Color Harmonies of #012909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012909

Black with #012909

Text Example


Text Example

White with #012909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012909; }

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

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

background-color css

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

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

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

border-color css

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

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

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