Html Css Color HEX #00390D Deep Fir

📋 copy color: '#00390D'

red 0 ◦ green 57 ◦ blue 13

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

Shades of Deep Fir #00390D

Tints of Deep Fir #00390D

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 value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#00390D (or 0x00390D) is known color: 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

RGB 0 57 13 -
CMYK 1 0 0.77 0.78
HSL 133.68º 1% 0.11% -
HSV(B) 133.68º 1% 0.22% -
XYZ 1.54 2.96 0.87 -
YUV 34.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 0 57 13 1 0 0.77 0.78 133.68 1 0.11
Hex 0 39 D 64 0 4D 4E 86 64 B
Octal 0 71 15 144 0 115 116 206 144 13
Binary 0 111001 1101 1100100 0 1001101 1001110 10000110 1100100 1011

Color Harmonies of #00390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00390D

Black with #00390D

Text Example


Text Example

White with #00390D

Text Example


Text Example

HTML Codes & Css Web 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>