Html Css Color HEX #013C0B Deep Fir

📋 copy color: '#013C0B'

red 1 ◦ green 60 ◦ blue 11

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

Shades of Deep Fir #013C0B

Tints of Deep Fir #013C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 83.33%

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 1.39%
G = 83.33%
B = 15.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#013C0B (or 0x013C0B) is known color: Deep Fir. HEX triplet: 01, 3C and 0B. RGB value is (1,60,11). Sum of RGB (Red+Green+Blue) = 1+60+11=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 60 (23.83% from 255 or 83.33% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 60 - color contains mainly: green. Hex color #013C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C0B is #FEC3F4. Grayscale: #242424. Windows color (decimal): -16696309 or 736257. OLE color: 736257.

HSL color Cylindrical-coordinate representation of color #013C0B: hue angle of 130.17º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C0B is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 60 11 -
CMYK 0.98 0 0.82 0.76
HSL 130.17º 0.97% 0.12% -
HSV(B) 130.17º 0.98% 0.24% -
XYZ 1.69 3.26 0.86 -
YUV 36.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 1 60 11 0.98 0 0.82 0.76 130.17 0.97 0.12
Hex 1 3C B 62 0 52 4C 82 61 C
Octal 1 74 13 142 0 122 114 202 141 14
Binary 1 111100 1011 1100010 0 1010010 1001100 10000010 1100001 1100

Color Harmonies of #013C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C0B

Black with #013C0B

Text Example


Text Example

White with #013C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013C0B; }

 p { color: rgb(1,60,11); }

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

background-color css

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

 a { background-color: rgb(1,60,11); }

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

border-color css

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

 span { border-color: rgb(1,60,11); }

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