Html Css Color HEX #01410D Deep Fir

📋 copy color: '#01410D'

red 1 ◦ green 65 ◦ blue 13

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

Shades of Deep Fir #01410D

Tints of Deep Fir #01410D

RGB

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

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

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

R = 1.27%
G = 82.28%
B = 16.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#01410D (or 0x01410D) is known color: Deep Fir. HEX triplet: 01, 41 and 0D. RGB value is (1,65,13). Sum of RGB (Red+Green+Blue) = 1+65+13=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 65 (25.78% from 255 or 82.28% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 65 - color contains mainly: green. Hex color #01410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01410D is #FEBEF2. Grayscale: #282828. Windows color (decimal): -16695027 or 868609. OLE color: 868609.

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

Color convert

RGB 1 65 13 -
CMYK 0.98 0 0.80 0.75
HSL 131.25º 0.97% 0.13% -
HSV(B) 131.25º 0.98% 0.25% -
XYZ 1.98 3.82 1.01 -
YUV 39.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 1 65 13 0.98 0 0.80 0.75 131.25 0.97 0.13
Hex 1 41 D 62 0 50 4B 83 61 D
Octal 1 101 15 142 0 120 113 203 141 15
Binary 1 1000001 1101 1100010 0 1010000 1001011 10000011 1100001 1101

Color Harmonies of #01410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01410D

Black with #01410D

Text Example


Text Example

White with #01410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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