Html Css Color HEX #013809 Deep Fir

📋 copy color: '#013809'

red 1 ◦ green 56 ◦ blue 9

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

Shades of Deep Fir #013809

Tints of Deep Fir #013809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 84.85%

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

R = 1.52%
G = 84.85%
B = 13.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#013809 (or 0x013809) is known color: Deep Fir. HEX triplet: 01, 38 and 09. RGB value is (1,56,9). Sum of RGB (Red+Green+Blue) = 1+56+9=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 56 (22.27% from 255 or 84.85% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 56 - color contains mainly: green. Hex color #013809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013809 is #FEC7F6. Grayscale: #222222. Windows color (decimal): -16697335 or 604161. OLE color: 604161.

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

Color convert

RGB 1 56 9 -
CMYK 0.98 0 0.84 0.78
HSL 128.73º 0.96% 0.11% -
HSV(B) 128.73º 0.98% 0.22% -
XYZ 1.48 2.85 0.73 -
YUV 34.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 1 56 9 0.98 0 0.84 0.78 128.73 0.96 0.11
Hex 1 38 9 62 0 54 4E 81 60 B
Octal 1 70 11 142 0 124 116 201 140 13
Binary 1 111000 1001 1100010 0 1010100 1001110 10000001 1100000 1011

Color Harmonies of #013809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013809

Black with #013809

Text Example


Text Example

White with #013809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013809; }

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

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

background-color css

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

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

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

border-color css

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

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

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