Html Css Color HEX #01410B Deep Fir

📋 copy color: '#01410B'

red 1 ◦ green 65 ◦ blue 11

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

Shades of Deep Fir #01410B

Tints of Deep Fir #01410B

RGB

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

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

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

R = 1.3%
G = 84.42%
B = 14.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#01410B (or 0x01410B) is known color: Deep Fir. HEX triplet: 01, 41 and 0B. RGB value is (1,65,11). Sum of RGB (Red+Green+Blue) = 1+65+11=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 65 (25.78% from 255 or 84.42% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 65 - color contains mainly: green. Hex color #01410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01410B is #FEBEF4. Grayscale: #272727. Windows color (decimal): -16695029 or 737537. OLE color: 737537.

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

Color convert

RGB 1 65 11 -
CMYK 0.98 0 0.83 0.75
HSL 129.38º 0.97% 0.13% -
HSV(B) 129.38º 0.98% 0.25% -
XYZ 1.96 3.81 0.95 -
YUV 39.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 1 65 11 0.98 0 0.83 0.75 129.38 0.97 0.13
Hex 1 41 B 62 0 53 4B 81 61 D
Octal 1 101 13 142 0 123 113 201 141 15
Binary 1 1000001 1011 1100010 0 1010011 1001011 10000001 1100001 1101

Color Harmonies of #01410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01410B

Black with #01410B

Text Example


Text Example

White with #01410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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