Html Css Color HEX #01340B Deep Fir

📋 copy color: '#01340B'

red 1 ◦ green 52 ◦ blue 11

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

Shades of Deep Fir #01340B

Tints of Deep Fir #01340B

RGB

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

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

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

R = 1.56%
G = 81.25%
B = 17.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.80

RGB Variations

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

Color information

#01340B (or 0x01340B) is known color: Deep Fir. HEX triplet: 01, 34 and 0B. RGB value is (1,52,11). Sum of RGB (Red+Green+Blue) = 1+52+11=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 52 (20.70% from 255 or 81.25% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 52 - color contains mainly: green. Hex color #01340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01340B is #FECBF4. Grayscale: #202020. Windows color (decimal): -16698357 or 734209. OLE color: 734209.

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

Color convert

RGB 1 52 11 -
CMYK 0.98 0 0.79 0.80
HSL 131.76º 0.96% 0.1% -
HSV(B) 131.76º 0.98% 0.2% -
XYZ 1.3 2.49 0.73 -
YUV 32.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 1 52 11 0.98 0 0.79 0.80 131.76 0.96 0.1
Hex 1 34 B 62 0 4F 50 84 60 A
Octal 1 64 13 142 0 117 120 204 140 12
Binary 1 110100 1011 1100010 0 1001111 1010000 10000100 1100000 1010

Color Harmonies of #01340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01340B

Black with #01340B

Text Example


Text Example

White with #01340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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