Html Css Color HEX #01410E Deep Fir

📋 copy color: '#01410E'

red 1 ◦ green 65 ◦ blue 14

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

Shades of Deep Fir #01410E

Tints of Deep Fir #01410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 81.25%

 BLUE value IS 14 (5.86% from 255) = 17.5%

R = 1.25%
G = 81.25%
B = 17.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#01410E (or 0x01410E) is known color: Deep Fir. HEX triplet: 01, 41 and 0E. RGB value is (1,65,14). Sum of RGB (Red+Green+Blue) = 1+65+14=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 65 (25.78% from 255 or 81.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 65 - color contains mainly: green. Hex color #01410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01410E is #FEBEF1. Grayscale: #282828. Windows color (decimal): -16695026 or 934145. OLE color: 934145.

HSL color Cylindrical-coordinate representation of color #01410E: hue angle of 132.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01410E is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 14 -
CMYK 0.98 0 0.78 0.75
HSL 132.19º 0.97% 0.13% -
HSV(B) 132.19º 0.98% 0.25% -
XYZ 1.98 3.82 1.05 -
YUV 40.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 1 65 14 0.98 0 0.78 0.75 132.19 0.97 0.13
Hex 1 41 E 62 0 4E 4B 84 61 D
Octal 1 101 16 142 0 116 113 204 141 15
Binary 1 1000001 1110 1100010 0 1001110 1001011 10000100 1100001 1101

Color Harmonies of #01410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01410E

Black with #01410E

Text Example


Text Example

White with #01410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01410E; }

 p { color: rgb(1,65,14); }

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

background-color css

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

 a { background-color: rgb(1,65,14); }

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

border-color css

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

 span { border-color: rgb(1,65,14); }

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