Html Css Color HEX #013309 Deep Fir

📋 copy color: '#013309'

red 1 ◦ green 51 ◦ blue 9

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

Shades of Deep Fir #013309

Tints of Deep Fir #013309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 83.61%

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

R = 1.64%
G = 83.61%
B = 14.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#013309 (or 0x013309) is known color: Deep Fir. HEX triplet: 01, 33 and 09. RGB value is (1,51,9). Sum of RGB (Red+Green+Blue) = 1+51+9=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 51 (20.31% from 255 or 83.61% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 51 - color contains mainly: green. Hex color #013309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013309 is #FECCF6. Grayscale: #1F1F1F. Windows color (decimal): -16698615 or 602881. OLE color: 602881.

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

Color convert

RGB 1 51 9 -
CMYK 0.98 0 0.82 0.8
HSL 129.6º 0.96% 0.1% -
HSV(B) 129.6º 0.98% 0.2% -
XYZ 1.25 2.39 0.65 -
YUV 31.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 1 51 9 0.98 0 0.82 0.8 129.6 0.96 0.1
Hex 1 33 9 62 0 52 50 82 60 A
Octal 1 63 11 142 0 122 120 202 140 12
Binary 1 110011 1001 1100010 0 1010010 1010000 10000010 1100000 1010

Color Harmonies of #013309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013309

Black with #013309

Text Example


Text Example

White with #013309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013309; }

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

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

background-color css

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

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

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

border-color css

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

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

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