Html Css Color HEX #00390C Deep Fir

📋 copy color: '#00390C'

red 0 ◦ green 57 ◦ blue 12

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

Shades of Deep Fir #00390C

Tints of Deep Fir #00390C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 12 (5.08% from 255) = 17.39%

R = 0%
G = 82.61%
B = 17.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#00390C (or 0x00390C) is known color: Deep Fir. HEX triplet: 00, 39 and 0C. RGB value is (0,57,12). Sum of RGB (Red+Green+Blue) = 0+57+12=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 57 (22.66% from 255 or 82.61% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 57 - color contains mainly: green. Hex color #00390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00390C is #FFC6F3. Grayscale: #222222. Windows color (decimal): -16762612 or 801024. OLE color: 801024.

HSL color Cylindrical-coordinate representation of color #00390C: hue angle of 132.63º 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 #00390C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 57 12 -
CMYK 1 0 0.79 0.78
HSL 132.63º 1% 0.11% -
HSV(B) 132.63º 1% 0.22% -
XYZ 1.53 2.95 0.84 -
YUV 34.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 0 57 12 1 0 0.79 0.78 132.63 1 0.11
Hex 0 39 C 64 0 4F 4E 85 64 B
Octal 0 71 14 144 0 117 116 205 144 13
Binary 0 111001 1100 1100100 0 1001111 1001110 10000101 1100100 1011

Color Harmonies of #00390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00390C

Black with #00390C

Text Example


Text Example

White with #00390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00390C;
 }
 .AnyTagClassName
 {
   color: #00390C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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