Html Css Color HEX #01400B Deep Fir

📋 copy color: '#01400B'

red 1 ◦ green 64 ◦ blue 11

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

Shades of Deep Fir #01400B

Tints of Deep Fir #01400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 84.21%

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

R = 1.32%
G = 84.21%
B = 14.47%

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

#01400B (or 0x01400B) is known color: Deep Fir. HEX triplet: 01, 40 and 0B. RGB value is (1,64,11). Sum of RGB (Red+Green+Blue) = 1+64+11=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #01400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01400B is #FEBFF4. Grayscale: #272727. Windows color (decimal): -16695285 or 737281. OLE color: 737281.

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

Color convert

RGB 1 64 11 -
CMYK 0.98 0 0.83 0.75
HSL 129.52º 0.97% 0.13% -
HSV(B) 129.52º 0.98% 0.25% -
XYZ 1.91 3.7 0.93 -
YUV 39.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 1 64 11 0.98 0 0.83 0.75 129.52 0.97 0.13
Hex 1 40 B 62 0 53 4B 82 61 D
Octal 1 100 13 142 0 123 113 202 141 15
Binary 1 1000000 1011 1100010 0 1010011 1001011 10000010 1100001 1101

Color Harmonies of #01400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01400B

Black with #01400B

Text Example


Text Example

White with #01400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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