Html Css Color HEX #01340E Deep Fir

📋 copy color: '#01340E'

red 1 ◦ green 52 ◦ blue 14

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

Shades of Deep Fir #01340E

Tints of Deep Fir #01340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 77.61%

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

R = 1.49%
G = 77.61%
B = 20.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#01340E (or 0x01340E) is known color: Deep Fir. HEX triplet: 01, 34 and 0E. RGB value is (1,52,14). Sum of RGB (Red+Green+Blue) = 1+52+14=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #01340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01340E is #FECBF1. Grayscale: #202020. Windows color (decimal): -16698354 or 930817. OLE color: 930817.

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

Color convert

RGB 1 52 14 -
CMYK 0.98 0 0.73 0.80
HSL 135.29º 0.96% 0.1% -
HSV(B) 135.29º 0.98% 0.2% -
XYZ 1.32 2.49 0.83 -
YUV 32.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 1 52 14 0.98 0 0.73 0.80 135.29 0.96 0.1
Hex 1 34 E 62 0 49 50 87 60 A
Octal 1 64 16 142 0 111 120 207 140 12
Binary 1 110100 1110 1100010 0 1001001 1010000 10000111 1100000 1010

Color Harmonies of #01340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01340E

Black with #01340E

Text Example


Text Example

White with #01340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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