Html Css Color HEX #01320D Deep Fir

📋 copy color: '#01320D'

red 1 ◦ green 50 ◦ blue 13

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

Shades of Deep Fir #01320D

Tints of Deep Fir #01320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 78.13%

 BLUE value IS 13 (5.47% from 255) = 20.31%

R = 1.56%
G = 78.13%
B = 20.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#01320D (or 0x01320D) is known color: Deep Fir. HEX triplet: 01, 32 and 0D. RGB value is (1,50,13). Sum of RGB (Red+Green+Blue) = 1+50+13=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #01320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01320D is #FECDF2. Grayscale: #1F1F1F. Windows color (decimal): -16698867 or 864769. OLE color: 864769.

HSL color Cylindrical-coordinate representation of color #01320D: hue angle of 134.69º 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 #01320D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 13 -
CMYK 0.98 0 0.74 0.80
HSL 134.69º 0.96% 0.1% -
HSV(B) 134.69º 0.98% 0.2% -
XYZ 1.23 2.32 0.76 -
YUV 31.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 1 50 13 0.98 0 0.74 0.80 134.69 0.96 0.1
Hex 1 32 D 62 0 4A 50 87 60 A
Octal 1 62 15 142 0 112 120 207 140 12
Binary 1 110010 1101 1100010 0 1001010 1010000 10000111 1100000 1010

Color Harmonies of #01320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01320D

Black with #01320D

Text Example


Text Example

White with #01320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01320D; }

 p { color: rgb(1,50,13); }

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

background-color css

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

 a { background-color: rgb(1,50,13); }

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

border-color css

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

 span { border-color: rgb(1,50,13); }

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