Html Css Color HEX #00310C Deep Fir

📋 copy color: '#00310C'

red 0 ◦ green 49 ◦ blue 12

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

Shades of Deep Fir #00310C

Tints of Deep Fir #00310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 80.33%

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

R = 0%
G = 80.33%
B = 19.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#00310C (or 0x00310C) is known color: Deep Fir. HEX triplet: 00, 31 and 0C. RGB value is (0,49,12). Sum of RGB (Red+Green+Blue) = 0+49+12=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #00310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00310C is #FFCEF3. Grayscale: #1E1E1E. Windows color (decimal): -16764660 or 798976. OLE color: 798976.

HSL color Cylindrical-coordinate representation of color #00310C: hue angle of 134.69º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00310C is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 49 12 -
CMYK 1 0 0.76 0.81
HSL 134.69º 1% 0.1% -
HSV(B) 134.69º 1% 0.19% -
XYZ 1.16 2.22 0.72 -
YUV 30.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 0 49 12 1 0 0.76 0.81 134.69 1 0.1
Hex 0 31 C 64 0 4C 51 87 64 A
Octal 0 61 14 144 0 114 121 207 144 12
Binary 0 110001 1100 1100100 0 1001100 1010001 10000111 1100100 1010

Color Harmonies of #00310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00310C

Black with #00310C

Text Example


Text Example

White with #00310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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