#00390D

Color #00390D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #00390D

Tints of Deep Fir #00390D

Color information

#00390D (or 0x00390D) is unknown color: approx Deep Fir. HEX triplet: 00, 39 and 0D. RGB value is (0,57,13). Sum of RGB (Red+Green+Blue) = 0+57+13=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 57 (22.66% from 255 or 81.43% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 57 - color contains mainly: green. Hex color #00390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00390D is #FFC6F2. Grayscale: #232323. Windows color (decimal): -16762611 or 866560. OLE color: 866560.

HSL color Cylindrical-coordinate representation of color #00390D: hue angle of 133.68º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00390D is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB05713-
CMYK100.770.78
HSL133.68º100%11.18%-
HSV(B)133.68º100%22.35%-
XYZ1.542.960.87-
YUV34.94115.62103.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 81.43%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=0%
G=81.43%
B=18.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05713100.770.78133.6810011.18
Hex039D6404D4E8664b
Octal07115144011511620614413
Binary0111001110111001000100110110011101000011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00390D; }

 p { color: rgb(0,57,13); }

 H1.HeaderClassName
 {
   color: #00390D;
 }
 .AnyTagClassName
 {
   color: #00390D;
 }
</style>
background-color css

<style>
 a { background-color: #00390D; }

 a { background-color: rgb(0,57,13); }

 div.DivClassName
 {
   background-color: #00390D;
 }
 .BgClassName
 {
   background-color: #00390D;
 }
</style>
border-color css

<style>
 span { border-color: #00390D; }

 span { border-color: rgb(0,57,13); }

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