Html Css Color HEX #01390B Deep Fir

📋 copy color: '#01390B'

red 1 ◦ green 57 ◦ blue 11

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

Shades of Deep Fir #01390B

Tints of Deep Fir #01390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 82.61%

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

R = 1.45%
G = 82.61%
B = 15.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#01390B (or 0x01390B) is known color: Deep Fir. HEX triplet: 01, 39 and 0B. RGB value is (1,57,11). Sum of RGB (Red+Green+Blue) = 1+57+11=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 57 (22.66% from 255 or 82.61% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 57 - color contains mainly: green. Hex color #01390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01390B is #FEC6F4. Grayscale: #232323. Windows color (decimal): -16697077 or 735489. OLE color: 735489.

HSL color Cylindrical-coordinate representation of color #01390B: hue angle of 130.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01390B is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 11 -
CMYK 0.98 0 0.81 0.78
HSL 130.71º 0.97% 0.11% -
HSV(B) 130.71º 0.98% 0.22% -
XYZ 1.54 2.96 0.81 -
YUV 35.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 1 57 11 0.98 0 0.81 0.78 130.71 0.97 0.11
Hex 1 39 B 62 0 51 4E 83 61 B
Octal 1 71 13 142 0 121 116 203 141 13
Binary 1 111001 1011 1100010 0 1010001 1001110 10000011 1100001 1011

Color Harmonies of #01390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01390B

Black with #01390B

Text Example


Text Example

White with #01390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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